From 412f8ee63f79e6841fdea2b3bb2af34ca628e1bc Mon Sep 17 00:00:00 2001 From: gibbed Date: Wed, 21 Nov 2018 08:38:49 -0600 Subject: [PATCH 1/3] [CI] Include xenia-vfs-dump as part of artifacts. --- .appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 54a5e1f38..7bc260893 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -83,6 +83,7 @@ configuration: # scripts to run after build after_build: - 7z a xenia-%appveyor_repo_branch%.zip LICENSE %APPVEYOR_BUILD_FOLDER%\build\bin\%PLATFORM%\%CONFIGURATION%\xenia.exe %APPVEYOR_BUILD_FOLDER%\build\bin\%PLATFORM%\%CONFIGURATION%\xenia.pdb + - 7z a xenia-vfs-dump-%appveyor_repo_branch%.zip LICENSE %APPVEYOR_BUILD_FOLDER%\build\bin\%PLATFORM%\%CONFIGURATION%\xenia-vfs-dump.exe %APPVEYOR_BUILD_FOLDER%\build\bin\%PLATFORM%\%CONFIGURATION%\xenia-vfs-dump.pdb # to run your custom scripts instead of automatic MSBuild # We also compile the tests here instead of later on. @@ -132,6 +133,7 @@ artifacts: - path: xenia-cpu-ppc-test.log - path: xenia-$(appveyor_repo_branch).zip + - path: xenia-vfs-dump-$(appveyor_repo_branch).zip #---------------------------------# @@ -144,7 +146,7 @@ deploy: - provider: Environment name: xenia-master release: xenia-$(appveyor_repo_branch)-v$(appveyor_build_version) - artifact: xenia-$(appveyor_repo_branch).zip + artifact: xenia-$(appveyor_repo_branch).zip,xenia-vfs-dump-$(appveyor_repo_branch).zip draft: false prerelease: true on: From a8af14ab3a07bf0bdeb273b2d4e3e3452b7cb633 Mon Sep 17 00:00:00 2001 From: gibbed Date: Wed, 21 Nov 2018 08:46:51 -0600 Subject: [PATCH 2/3] [CI] Completely 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 7bc260893..4ab7edc5e 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 + - cmd: xb.bat build --config=%CONFIGURATION% --target=src\xenia-app --target=tests\xenia-cpu-ppc-tests --target=tests\xenia-vfs-dump # to disable automatic builds #build: off From fd01fad8c8403fe431d757fc35b4adc9fbf753f4 Mon Sep 17 00:00:00 2001 From: gibbed Date: Wed, 21 Nov 2018 08:50:36 -0600 Subject: [PATCH 3/3] [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