🌹 for AppVeyor
Xenia Canary builds must be downloaded here from now on: https://github.com/xenia-canary/xenia-canary/releases/latest/download/xenia-canary.zip
This commit is contained in:
parent
40197e6cb1
commit
1b543f9299
|
@ -23,24 +23,15 @@ skip_branch_with_pr: true
|
||||||
pull_requests:
|
pull_requests:
|
||||||
do_not_increment_build_number: true
|
do_not_increment_build_number: true
|
||||||
|
|
||||||
os: Visual Studio 2019
|
image: Visual Studio 2019
|
||||||
|
|
||||||
init:
|
|
||||||
- git config --global core.autocrlf input
|
|
||||||
|
|
||||||
install:
|
|
||||||
- xb setup
|
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- xb build --target=src\xenia-app --target=tests\xenia-cpu-ppc-tests --target=src\xenia-vfs-dump
|
|
||||||
|
|
||||||
after_build:
|
|
||||||
- |-
|
- |-
|
||||||
cd build\bin\Windows\Release
|
echo This link is outdated. Use this one instead: https://github.com/xenia-canary/xenia-canary/releases/latest/download/xenia-canary.zip > README.txt
|
||||||
ren xenia.exe xenia-canary.exe
|
7z a xenia-%appveyor_repo_branch%.zip README.txt
|
||||||
7z a ..\..\..\..\xenia-%appveyor_repo_branch%.zip ..\..\..\..\LICENSE xenia-canary.exe
|
7z a xenia-vfs-dump-%appveyor_repo_branch%.zip README.txt
|
||||||
7z a ..\..\..\..\xenia-vfs-dump-%appveyor_repo_branch%.zip ..\..\..\..\LICENSE xenia-vfs-dump.exe
|
|
||||||
cd ..\..\..\..
|
test: off
|
||||||
|
|
||||||
before_test:
|
before_test:
|
||||||
- xb gentests
|
- xb gentests
|
||||||
|
@ -49,7 +40,6 @@ test_script:
|
||||||
- xb test --no_build
|
- xb test --no_build
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: xenia-cpu-ppc-test.log
|
|
||||||
- path: xenia-$(appveyor_repo_branch).zip
|
- path: xenia-$(appveyor_repo_branch).zip
|
||||||
- path: xenia-vfs-dump-$(appveyor_repo_branch).zip
|
- path: xenia-vfs-dump-$(appveyor_repo_branch).zip
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue