Selaa lähdekoodia
.travis.yml: bring back -Werror
Convert warnings to errors on CI, or they'll go unnoticed.
master
Zhiming Wang
8 vuotta sitten
vanhempi
commit
1e9fc04995
No known key found for this signature in database
GPG Key ID: 5B58F95EC95965D8
1 muutettua tiedostoa jossa
1 lisäystä ja
0 poistoa
-
.travis.yml
|
|
@@ -13,5 +13,6 @@ matrix: |
|
|
|
- os: osx |
|
|
|
compiler: clang |
|
|
|
script: |
|
|
|
- export CFLAGS=-Werror |
|
|
|
- make clean |
|
|
|
- make |