Skip to content

Commit

Permalink
test01
Browse files Browse the repository at this point in the history
  • Loading branch information
钟楚君 authored and 钟楚君 committed Jul 28, 2020
1 parent 9977969 commit 684b7cf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
language: c
before_script:
- export IS_TRAVIS=true

env:
global:
- CODECOV_TOKEN=:b779adbc-4768-467b-9fe0-a377d9290224

after_success:
- bash <(curl -s https://codecov.io/bash)
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
all:
cd docs/gist; make

test:
cd tests; make test

install: all
cp qiniu/*.h ../c-sdk-for-windows/include/qiniu/
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Qiniu Resource Storage SDK for C/C++

[![Build Status](https://api.travis-ci.org/qiniu/c-sdk.png?branch=master)](https://travis-ci.org/qiniu/c-sdk)
[![GitHub release](https://img.shields.io/github/v/tag/qiniu/c-sdk.svg?label=release)](https://github.com/qiniu/c-sdk/releases)
[![Coverage Status](https://codecov.io/gh/qiniu/c-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/qiniu/c-sdk)

[![Qiniu Logo](http://devtools.qiniu.com/qiniu-logo.jpg)](http://qiniu.com/)

Expand Down

0 comments on commit 684b7cf

Please sign in to comment.