summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorDr. Chat <arkolbed@gmail.com>2016-06-12 20:05:58 -0500
committerDr. Chat <arkolbed@gmail.com>2016-06-12 20:05:58 -0500
commiteb7b80bf7c62deab905d40b2fa84439c93263380 (patch)
treea64bed54a461f4b8eef8596acf172a8a53d3e33e /.appveyor.yml
parent61cfc787f215f6124c72db851fdc719fec356368 (diff)
Appveyor: Swap to xenia-build and only build the projects we need.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml19
1 files changed, 10 insertions, 9 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index db66e54a2..e9a2c68fc 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -62,13 +62,13 @@ configuration:
#- Checked
- Release
-build:
- parallel: true # enable MSBuild parallel builds
- project: build\xenia.sln # path to Visual Studio solution or project
-
- # MSBuild verbosity level
- #verbosity: quiet|minimal|normal|detailed
- verbosity: minimal
+#build:
+# parallel: true # enable MSBuild parallel builds
+# project: build\xenia.sln # path to Visual Studio solution or project
+#
+# # MSBuild verbosity level
+# #verbosity: quiet|minimal|normal|detailed
+# verbosity: minimal
# scripts to run before build
#before_build:
@@ -79,8 +79,9 @@ after_build:
- 7z a xenia-%appveyor_repo_branch%-%appveyor_repo_commit%.zip LICENSE %APPVEYOR_BUILD_FOLDER%\build\bin\Windows\Release\xenia.exe %APPVEYOR_BUILD_FOLDER%\build\bin\Windows\Release\xenia.pdb
# to run your custom scripts instead of automatic MSBuild
-#build_script:
-# - cmd: tools\buildbot\build.bat
+# We also compile the tests here instead of later on.
+build_script:
+ - cmd: xb.bat build --config=release --target=src\xenia-app --target=tests\xenia-cpu-ppc-tests
# to disable automatic builds
#build: off