2016-06-04 17:30:50 +00:00
|
|
|
version: 1.0.{build}-{branch}
|
2015-12-31 01:10:19 +00:00
|
|
|
|
|
|
|
branches:
|
2022-02-03 11:47:00 +00:00
|
|
|
except: [gh-pages, master, canary_base]
|
2015-12-31 01:10:19 +00:00
|
|
|
|
|
|
|
skip_tags: true
|
|
|
|
|
2017-12-17 06:12:19 +00:00
|
|
|
skip_commits:
|
|
|
|
files:
|
2022-02-03 11:47:00 +00:00
|
|
|
- '*.md'
|
|
|
|
- '.azure-pipelines.yml'
|
|
|
|
- '.drone.star'
|
|
|
|
- '.github/**'
|
|
|
|
- 'android/**'
|
|
|
|
- 'docs/**'
|
|
|
|
- 'src/**/*_posix.*'
|
|
|
|
- 'src/**/*_linux.*'
|
|
|
|
- 'src/**/*_gnulinux.*'
|
|
|
|
- 'src/**/*_x11.*'
|
|
|
|
- 'src/**/*_gtk.*'
|
|
|
|
- 'src/**/*_android.*'
|
|
|
|
- 'src/**/*_mac.*'
|
|
|
|
- 'LICENSE'
|
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
|
|
|
|
2021-01-31 10:10:55 +00:00
|
|
|
image: Visual Studio 2019
|
2022-01-24 09:52:38 +00:00
|
|
|
|
2015-12-31 01:10:19 +00:00
|
|
|
install:
|
2021-01-31 10:10:55 +00:00
|
|
|
- xb setup
|
2015-12-31 01:10:19 +00:00
|
|
|
|
2016-06-13 01:05:58 +00:00
|
|
|
build_script:
|
2021-01-31 10:10:55 +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:
|
2021-12-15 12:45:29 +00:00
|
|
|
- |
|
2021-01-31 10:10:55 +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'
|