2016-06-04 17:30:50 +00:00
|
|
|
version: 1.0.{build}-{branch}
|
2015-12-31 01:10:19 +00:00
|
|
|
|
|
|
|
branches:
|
2018-11-18 19:50:26 +00:00
|
|
|
except:
|
|
|
|
- gh-pages
|
2019-11-25 10:48:30 +00:00
|
|
|
- master
|
2015-12-31 01:10:19 +00:00
|
|
|
|
|
|
|
skip_tags: true
|
|
|
|
|
2017-12-17 06:12:19 +00:00
|
|
|
skip_commits:
|
|
|
|
files:
|
2019-11-25 10:48:30 +00:00
|
|
|
- docs/*/*
|
2019-05-06 22:29:25 +00:00
|
|
|
- .github/*
|
2019-11-25 10:48:30 +00:00
|
|
|
- .github/*/*
|
2020-02-22 23:32:36 +00:00
|
|
|
- .travis.yml
|
|
|
|
- src/**/*_posix.*
|
|
|
|
- src/**/*_linux.*
|
|
|
|
- src/**/*_x11.*
|
|
|
|
- src/**/*_gtk.*
|
2017-12-17 06:12:19 +00:00
|
|
|
- LICENSE
|
|
|
|
- README.md
|
2019-10-20 20:51:32 +00:00
|
|
|
- .azure-pipelines.yml
|
|
|
|
- .travis.yml
|
2018-11-18 19:50:26 +00:00
|
|
|
|
|
|
|
skip_branch_with_pr: true
|
2017-12-17 06:12:19 +00:00
|
|
|
|
2017-12-06 00:11:59 +00:00
|
|
|
pull_requests:
|
|
|
|
do_not_increment_build_number: true
|
2015-12-31 01:10:19 +00:00
|
|
|
|
2020-01-17 15:16:11 +00:00
|
|
|
image: Visual Studio 2019
|
2015-12-31 01:10:19 +00:00
|
|
|
|
|
|
|
install:
|
2019-10-20 20:51:32 +00:00
|
|
|
- xb setup
|
2015-12-31 01:10:19 +00:00
|
|
|
|
2016-06-13 01:05:58 +00:00
|
|
|
build_script:
|
2020-01-16 16:44:56 +00:00
|
|
|
- xb build --target=src\xenia-app --target=src\xenia-vfs-dump
|
2015-12-31 01:10:19 +00:00
|
|
|
|
2019-07-18 03:38:29 +00:00
|
|
|
after_build:
|
2019-10-20 20:51:32 +00:00
|
|
|
- |-
|
2020-03-10 09:48:40 +00:00
|
|
|
7z a -mx1 xenia-%appveyor_repo_branch%.zip LICENSE .\build\bin\Windows\Release\xenia-canary.exe
|
|
|
|
7z a -mx1 xenia-vfs-dump-%appveyor_repo_branch%.zip LICENSE .\build\bin\Windows\Release\xenia-vfs-dump.exe
|
2015-12-31 01:10:19 +00:00
|
|
|
|
2020-01-16 16:44:56 +00:00
|
|
|
test: off
|
|
|
|
|
2015-12-31 01:10:19 +00:00
|
|
|
artifacts:
|
2020-02-17 22:22:05 +00:00
|
|
|
- path: '*.zip'
|
2015-12-31 01:10:19 +00:00
|
|
|
|
2019-10-20 20:51:32 +00:00
|
|
|
deploy: off
|