mirror of
https://github.com/UberGames/ioef.git
synced 2025-01-18 23:21:37 +00:00
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
|
||||
|
||||
env:
|
||||
global:
|
||||
# coverity token
|
||||
- secure: "a2pGsG/+LS12sD/vgCF912TKBDDiT8PwRTH50eE94trQoHmD+bubIc4mXR9rSuU/NKNPdn6KZlqrVkVuoIanjYaf+rg28VavGMcBrtVO2cI1yjTUxb5Eq/cT20m3KfZCSFw3iWXfiK1CpDkm9Pdrr2Yz99EGZse3Y6jRGJ6giWM="
|
||||
matrix:
|
||||
# standard builds
|
||||
- CC=gcc
|
||||
- CC=clang
|
||||
|
@ -22,10 +26,6 @@ before_install:
|
|||
notifications:
|
||||
email: false
|
||||
|
||||
env:
|
||||
global:
|
||||
- secure: "a2pGsG/+LS12sD/vgCF912TKBDDiT8PwRTH50eE94trQoHmD+bubIc4mXR9rSuU/NKNPdn6KZlqrVkVuoIanjYaf+rg28VavGMcBrtVO2cI1yjTUxb5Eq/cT20m3KfZCSFw3iWXfiK1CpDkm9Pdrr2Yz99EGZse3Y6jRGJ6giWM="
|
||||
|
||||
addons:
|
||||
coverity_scan:
|
||||
project:
|
||||
|
|
Loading…
Reference in a new issue