mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 04:11:18 +00:00
travis-ci: add test for $_CC
This commit is contained in:
parent
42dffcb6f3
commit
3278400920
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ addons:
|
|||
- p7zip-full
|
||||
|
||||
before_script:
|
||||
- $_CC --version&&export CC=$_CC
|
||||
-if $_CC --version 2>/dev/null; then export CC=$_CC; fi
|
||||
- wget --verbose --server-response -c http://rosenthalcastle.org/srb2/SRB2-v2115-assets-2.7z -O $HOME/srb2_cache/SRB2-v2115-assets-2.7z
|
||||
- 7z x $HOME/srb2_cache/SRB2-v2115-assets-2.7z -oassets
|
||||
- mkdir build
|
||||
|
|
Loading…
Reference in a new issue