mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Change the map file(s) that Travis checks, ensure it errors if one or more is not present
This commit is contained in:
@@ -17,5 +17,5 @@ install:
|
|||||||
- cd ..
|
- cd ..
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- (! grep -q 'step_[xy]' maps/tgstation2.dmm)
|
- $(for i in 1 2 3 4 5 6; do (grep -q 'step_[xy]' maps/exodus-$i.dmm; if [ $? -eq 1 ]; then exit 0; else exit 1; fi) done)
|
||||||
- DreamMaker baystation12.dme
|
- DreamMaker baystation12.dme
|
||||||
|
|||||||
Reference in New Issue
Block a user