Zhiming Wang
8 lat temu
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 5B58F95EC95965D8
1 zmienionych plików z
17 dodań i
0 usunięć
-
.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' |