Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hfiref0x committed Jul 19, 2024
1 parent 391af1a commit 5b6ede2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
version: 1.0.{build}
branches:
only:
- master
skip_tags: true
image: Visual Studio 2022
configuration: Release
platform: x64
shallow_clone: true
clone_folder: c:\projects\winobjex64
build:
project: Source/WinObjEx64.sln
verbosity: normal
verbosity: normal
artifacts:
- path: WinObjEx64\output\x64\Release\bin\WinObjEx64.exe
name: WinObjEx64

0 comments on commit 5b6ede2

Please sign in to comment.