mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- re-added --keep-going make switch in Travis configuration
Builds no longer stop on the first error
This commit is contained in:
parent
4c2aa1158e
commit
13a3f1aa6e
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ script:
|
|||
-DPK3_QUIET_ZIPDIR=YES \
|
||||
..
|
||||
- if [[ $TRAVIS_OS_NAME == 'windows' ]]; then cmake --build . -- -m; fi
|
||||
- if [[ $TRAVIS_OS_NAME != 'windows' ]]; then cmake --build . -- -j2; fi
|
||||
- if [[ $TRAVIS_OS_NAME != 'windows' ]]; then cmake --build . -- -j2 -k; fi
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
|
Loading…
Reference in a new issue