Delete .appveyor.yml
This commit is contained in:
parent
a10c04d948
commit
eaa5d61c0c
|
@ -1,43 +0,0 @@
|
||||||
version: 1.0.{build}-{branch}
|
|
||||||
|
|
||||||
branches:
|
|
||||||
except: [gh-pages, master, canary_base, wiki]
|
|
||||||
|
|
||||||
skip_tags: true
|
|
||||||
|
|
||||||
skip_commits:
|
|
||||||
files:
|
|
||||||
- '*.md'
|
|
||||||
- '.azure-pipelines.yml'
|
|
||||||
- '.drone.star'
|
|
||||||
- '.github/**'
|
|
||||||
- 'android/**'
|
|
||||||
- 'docs/**'
|
|
||||||
- 'src/**/*_posix.*'
|
|
||||||
- 'src/**/*_linux.*'
|
|
||||||
- 'src/**/*_gnulinux.*'
|
|
||||||
- 'src/**/*_x11.*'
|
|
||||||
- 'src/**/*_gtk.*'
|
|
||||||
- 'src/**/*_android.*'
|
|
||||||
- 'src/**/*_mac.*'
|
|
||||||
- 'LICENSE'
|
|
||||||
|
|
||||||
skip_branch_with_pr: true
|
|
||||||
|
|
||||||
pull_requests:
|
|
||||||
do_not_increment_build_number: true
|
|
||||||
|
|
||||||
image: Visual Studio 2019
|
|
||||||
|
|
||||||
install:
|
|
||||||
- xb setup
|
|
||||||
|
|
||||||
build_script:
|
|
||||||
- xb build --config=Release --target=src\xenia-app --target=src\xenia-vfs-dump
|
|
||||||
|
|
||||||
after_build:
|
|
||||||
- |
|
|
||||||
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
|
|
||||||
artifacts:
|
|
||||||
- path: '*.zip'
|
|
Loading…
Reference in New Issue