File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,9 @@ script:
33
33
- make -C CEmu/tests/autotester -j4 CC=gcc-6 CXX=g++-6 LINK=g++-6
34
34
- export PATH=$(pwd)/CEmu/tests/autotester:$PATH
35
35
# Grab ROM for tests below
36
- - curl -s https://travis:$ROM_GETTER_PASS@tiplanet.org/scripts/travis/84pce_515_521.rom 2>/dev/null > 84pce_515_521.rom
37
- - export AUTOTESTER_ROM=$(pwd)/84pce_515_521.rom
36
+ - export ROM_FILE_NAME=84pce_515_53.rom
37
+ - curl -s https://travis:$ROM_GETTER_PASS@tiplanet.org/scripts/travis/$ROM_FILE_NAME 2>/dev/null > $ROM_FILE_NAME
38
+ - export AUTOTESTER_ROM=$(pwd)/$ROM_FILE_NAME
38
39
# Test toolchain examples
39
40
- RESULT=0; for f in $CEDEV/examples/*/*.json; do echo "Launching autotester on $f"; autotester "$f"; RESULT=`expr $RESULT + $?`; done; return $RESULT
40
41
You can’t perform that action at this time.
0 commit comments