Skip to content

Commit

Permalink
appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpond authored Oct 22, 2024
1 parent 2688e40 commit 53f6d28
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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

0 comments on commit 53f6d28

Please sign in to comment.