From 869a515372c6bf197940169f0b31c1273d2928a1 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Thu, 16 Jan 2020 08:44:56 -0800 Subject: [PATCH] [AppVeyor] Actually disable tests --- .appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 0bd2f392c..167c66a28 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -36,7 +36,7 @@ install: - xb setup 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: - |- @@ -46,8 +46,9 @@ after_build: 7z a ..\..\..\..\xenia-vfs-dump-%appveyor_repo_branch%.zip ..\..\..\..\LICENSE xenia-vfs-dump.exe cd ..\..\..\.. +test: off + artifacts: - path: '*.zip' - - path: xenia-cpu-ppc-test.log deploy: off