mirror of
https://github.com/cryb-to/cryb-to.git
synced 2025-01-03 02:11:10 +00:00
Clean up and re-add gcc.
This commit is contained in:
parent
3e50b04edd
commit
ffe1d02acd
1 changed files with 8 additions and 3 deletions
11
.travis.yml
11
.travis.yml
|
@ -1,7 +1,12 @@
|
||||||
language: c
|
language: c
|
||||||
before_script: ./autogen.sh && ./configure --enable-developer-warnings --enable-werror
|
compiler: clang gcc
|
||||||
script: make check
|
|
||||||
compiler: clang
|
before_script:
|
||||||
|
- ./autogen.sh
|
||||||
|
- ./configure --enable-developer-warnings --enable-werror
|
||||||
|
|
||||||
|
script:
|
||||||
|
- make check
|
||||||
|
|
||||||
# Coverity Scan configuration
|
# Coverity Scan configuration
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue