From fd01fad8c8403fe431d757fc35b4adc9fbf753f4 Mon Sep 17 00:00:00 2001 From: gibbed Date: Wed, 21 Nov 2018 08:50:36 -0600 Subject: [PATCH] [CI] For real this time, include xenia-vfs-dump as part of artifacts. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 4ab7edc5e..2ac5b4996 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -88,7 +88,7 @@ after_build: # to run your custom scripts instead of automatic MSBuild # We also compile the tests here instead of later on. build_script: - - cmd: xb.bat build --config=%CONFIGURATION% --target=src\xenia-app --target=tests\xenia-cpu-ppc-tests --target=tests\xenia-vfs-dump + - cmd: xb.bat build --config=%CONFIGURATION% --target=src\xenia-app --target=tests\xenia-cpu-ppc-tests --target=src\xenia-vfs-dump # to disable automatic builds #build: off