forked from master131/BlockTheSpot
-
Notifications
You must be signed in to change notification settings - Fork 695
/
appveyor.yml
27 lines (27 loc) · 866 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
version: '{build}'
pull_requests:
do_not_increment_build_number: true
skip_tags: true
image: Visual Studio 2022
configuration: Release
platform: x64
nuget:
project_feed: true
before_build:
- ps: Update-AppveyorBuild -Version "$(Get-Date -format yyyy.M.dd).$env:appveyor_build_number"
build:
project: C:\projects\blockthespot\src\BlockTheSpot.vcxproj
verbosity: minimal
after_build:
- pwsh: Get-ChildItem -Path C:\projects\blockthespot\src\x64\Release\*.dll, C:\projects\blockthespot\*.ini | Compress-Archive -DestinationPath C:\projects\blockthespot\chrome_elf.zip
test: off
artifacts:
- path: chrome_elf.zip
deploy:
- provider: GitHub
description: appveyor automatic release
auth_token:
secure: fAOGXS/tEQqVw+u6JcQ3E/YzSrECseAsgm8E0NEqAozsrfxjSJ/u+G/0sVOuDeia
artifact: chrome_elf.zip
draft: false
force_update: false