[AppVeyor] Actually disable tests
This commit is contained in:
parent
780041b421
commit
609f896d05
|
@ -32,7 +32,7 @@ install:
|
||||||
- xb setup
|
- xb setup
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- xb build --target=src\xenia-app --target=tests\xenia-cpu-ppc-tests --target=src\xenia-vfs-dump
|
- xb build --target=src\xenia-app --target=src\xenia-vfs-dump
|
||||||
|
|
||||||
after_build:
|
after_build:
|
||||||
- |-
|
- |-
|
||||||
|
@ -42,8 +42,9 @@ after_build:
|
||||||
7z a ..\..\..\..\xenia-vfs-dump-%appveyor_repo_branch%.zip ..\..\..\..\LICENSE xenia-vfs-dump.exe
|
7z a ..\..\..\..\xenia-vfs-dump-%appveyor_repo_branch%.zip ..\..\..\..\LICENSE xenia-vfs-dump.exe
|
||||||
cd ..\..\..\..
|
cd ..\..\..\..
|
||||||
|
|
||||||
|
test: off
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: '*.zip'
|
- path: '*.zip'
|
||||||
- path: xenia-cpu-ppc-test.log
|
|
||||||
|
|
||||||
deploy: off
|
deploy: off
|
||||||
|
|
Loading…
Reference in New Issue