Skip to content

Commit

Permalink
Merge pull request #52 from ender503/travis_ci
Browse files Browse the repository at this point in the history
Integrate with Travis CI
  • Loading branch information
Zhen Wei committed Aug 1, 2018
2 parents 027e7f9 + e32e14e commit a067f13
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: c

compiler:
- clang
- gcc

script:
- make
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OUT ?= ./build
SRC := src

CFLAGS = -Wall -fPIC
CFLAGS = -Wall -fPIC -std=c99
LDFLAGS = \
-lpthread

Expand Down

0 comments on commit a067f13

Please sign in to comment.