Appveyor: Swap to xenia-build and only build the projects we need.

This commit is contained in:
Dr. Chat
2016-06-12 20:05:58 -05:00
parent 61cfc787f2
commit eb7b80bf7c
2 changed files with 28 additions and 19 deletions

View File

@@ -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