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
|
||||
before_script: ./autogen.sh && ./configure --enable-developer-warnings --enable-werror
|
||||
script: make check
|
||||
compiler: clang
|
||||
compiler: clang gcc
|
||||
|
||||
before_script:
|
||||
- ./autogen.sh
|
||||
- ./configure --enable-developer-warnings --enable-werror
|
||||
|
||||
script:
|
||||
- make check
|
||||
|
||||
# Coverity Scan configuration
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue