Appveyor: Swap to xenia-build and only build the projects we need.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user