Specify the dme to use

This commit is contained in:
Cyberboss
2017-09-19 11:41:01 -04:00
parent 105db30634
commit 05f74cac52
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ env:
global:
- BYOND_MAJOR="511"
- BYOND_MINOR="1385"
- DMEName="DMAPITravisTester.dme"
install:
- ./install_byond.sh
+1 -1
View File
@@ -4,7 +4,7 @@ set -e
source $HOME/BYOND-${BYOND_MAJOR}.${BYOND_MINOR}/byond/bin/byondsetup
if hash DreamMaker 2>/dev/null
then
DreamMaker $dmepath.mdme 2>&1 | tee result.log
DreamMaker $DMEName 2>&1 | tee result.log
retval=$?
if ! grep '\- 0 errors, 0 warnings' result.log
then