Zhiming Wang
7 years ago
No known key found for this signature in database
GPG Key ID: 5B58F95EC95965D8
1 changed files with
17 additions and
0 deletions
-
.travis.yml
|
|
@@ -0,0 +1,17 @@ |
|
|
|
language: c |
|
|
|
matrix: |
|
|
|
include: |
|
|
|
# Access more recent gcc and clang via a Trusty image |
|
|
|
- os: linux |
|
|
|
dist: trusty |
|
|
|
compiler: gcc |
|
|
|
- os: linux |
|
|
|
dist: trusty |
|
|
|
compiler: clang |
|
|
|
- os: osx |
|
|
|
compiler: gcc |
|
|
|
- os: osx |
|
|
|
compiler: clang |
|
|
|
script: |
|
|
|
- make CFLAGS='-Werror' |
|
|
|
- make CFLAGS='-Wall -Wextra -Werror' |