We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc946a commit 7048e96Copy full SHA for 7048e96
.travis.yml
@@ -36,4 +36,4 @@ before_install:
36
script:
37
- cmake .
38
- make -j4
39
- - ./sqfvm -a --no-execute-print --load . -i tests/runTests.sqf
+ - ./sqfvm -a --no-execute-print -i tests/runTests.sqf
appveyor.yml
@@ -44,4 +44,4 @@ only_commits:
44
test_script:
45
- cmd: |-
46
cd c:\projects\vm
47
- .\build\Release\sqfvm.exe -a --no-execute-print --load . -i tests\runTests.sqf
+ .\build\Release\sqfvm.exe -a --no-execute-print -i tests\runTests.sqf
0 commit comments