mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Don't alter travis pls
This commit is contained in:
@@ -5,7 +5,7 @@ sudo: false
|
|||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- BYOND_MAJOR="512"
|
- BYOND_MAJOR="512"
|
||||||
- BYOND_MINOR="1414"
|
- BYOND_MINOR="1453"
|
||||||
- MACRO_COUNT=4
|
- MACRO_COUNT=4
|
||||||
matrix:
|
matrix:
|
||||||
- TEST_DEFINE="MAP_TEST" TEST_FILE="code/_map_tests.dm" RUN="0"
|
- TEST_DEFINE="MAP_TEST" TEST_FILE="code/_map_tests.dm" RUN="0"
|
||||||
@@ -49,4 +49,4 @@ script:
|
|||||||
- echo "#define ${TEST_DEFINE} 1" > ${TEST_FILE}
|
- echo "#define ${TEST_DEFINE} 1" > ${TEST_FILE}
|
||||||
- DreamMaker vorestation.dme
|
- DreamMaker vorestation.dme
|
||||||
- if [ $RUN -eq 1 ]; then DreamDaemon vorestation.dmb -invisible -trusted -core 2>&1 | tee log.txt; fi
|
- if [ $RUN -eq 1 ]; then DreamDaemon vorestation.dmb -invisible -trusted -core 2>&1 | tee log.txt; fi
|
||||||
- if [ $RUN -eq 1 ]; then grep "All Unit Tests Passed" log.txt; fi
|
- if [ $RUN -eq 1 ]; then grep "All Unit Tests Passed" log.txt; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user