Sfoglia il codice sorgente

.travis.yml: bring back -Werror

Convert warnings to errors on CI, or they'll go unnoticed.
master
Zhiming Wang 8 anni fa
parent
commit
1e9fc04995
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 5B58F95EC95965D8
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      .travis.yml

+ 1
- 0
.travis.yml Vedi File

@@ -13,5 +13,6 @@ matrix:
- os: osx
compiler: clang
script:
- export CFLAGS=-Werror
- make clean
- make

Loading…
Annulla
Salva