Make travis do all the builds again
Travis was only using the last env section, not merged them and was only doing one build using gcc instead of six builds (gcc, clang, mingw, ..).
This commit is contained in:
parent
7de09c3490
commit
458ab7716c
1 changed files with 13 additions and 13 deletions
|
@ -1,6 +1,10 @@
|
||||||
language: c
|
language: c
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
global:
|
||||||
|
# coverity token
|
||||||
|
- secure: "a2pGsG/+LS12sD/vgCF912TKBDDiT8PwRTH50eE94trQoHmD+bubIc4mXR9rSuU/NKNPdn6KZlqrVkVuoIanjYaf+rg28VavGMcBrtVO2cI1yjTUxb5Eq/cT20m3KfZCSFw3iWXfiK1CpDkm9Pdrr2Yz99EGZse3Y6jRGJ6giWM="
|
||||||
|
matrix:
|
||||||
# standard builds
|
# standard builds
|
||||||
- CC=gcc
|
- CC=gcc
|
||||||
- CC=clang
|
- CC=clang
|
||||||
|
@ -22,10 +26,6 @@ before_install:
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
env:
|
|
||||||
global:
|
|
||||||
- secure: "a2pGsG/+LS12sD/vgCF912TKBDDiT8PwRTH50eE94trQoHmD+bubIc4mXR9rSuU/NKNPdn6KZlqrVkVuoIanjYaf+rg28VavGMcBrtVO2cI1yjTUxb5Eq/cT20m3KfZCSFw3iWXfiK1CpDkm9Pdrr2Yz99EGZse3Y6jRGJ6giWM="
|
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
coverity_scan:
|
coverity_scan:
|
||||||
project:
|
project:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue