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
|
2020-06-08 08:19:34 +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:
|
2020-06-08 08:19:34 +00:00
|
|
|
- .azure-pipelines.yml
|
2020-04-14 20:15:40 +00:00
|
|
|
- .github/**
|
2020-02-22 23:32:36 +00:00
|
|
|
- .travis.yml
|
2020-04-14 20:15:40 +00:00
|
|
|
- docs/**
|
2020-02-22 23:32:36 +00:00
|
|
|
- src/**/*_posix.*
|
|
|
|
- src/**/*_linux.*
|
|
|
|
- src/**/*_x11.*
|
|
|
|
- src/**/*_gtk.*
|
2017-12-17 06:12:19 +00:00
|
|
|
- LICENSE
|
|
|
|
- README.md
|
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
|
|
|
|
2019-05-25 03:11:13 +00:00
|
|
|
os: Visual Studio 2019
|
2015-12-31 01:10:19 +00:00
|
|
|
|
|
|
|
install:
|
2020-06-08 08:19:34 +00:00
|
|
|
- xb setup
|
2015-12-31 01:10:19 +00:00
|
|
|
|
2016-06-13 01:05:58 +00:00
|
|
|
build_script:
|
2020-06-08 08:19:34 +00:00
|
|
|
- xb build --config=Release --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:
|
2020-06-08 08:19:34 +00:00
|
|
|
- |
|
|
|
|
7z a xenia_canary.zip ".\build\bin\Windows\Release\xenia_canary.exe" ".\build\bin\Windows\Release\xenia_canary.pdb" LICENSE
|
|
|
|
7z a xenia-vfs-dump_canary.zip ".\build\bin\Windows\Release\xenia-vfs-dump.exe" ".\build\bin\Windows\Release\xenia-vfs-dump.pdb" LICENSE
|
2015-12-31 01:10:19 +00:00
|
|
|
|
|
|
|
artifacts:
|
2020-02-17 22:22:05 +00:00
|
|
|
- path: '*.zip'
|