forked from winsiderss/systeminformer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
32 lines (24 loc) · 683 Bytes
/
appveyor.yml
File metadata and controls
32 lines (24 loc) · 683 Bytes
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
28
29
30
31
32
# Build image.
image: Visual Studio 2019
#cache: C:\projects\processhacker
# Version format.
version: "#{build}"
# Only build the master branch.
branches:
only:
- master
# Do not increment build number after pull requests.
pull_requests:
do_not_increment_build_number: true
# Do not start a new build when a new Git tag is created.
skip_tags: true
# Set the clone directory on the buildbot.
clone_folder: C:\projects\processhacker
# Immediately finish build if something fails.
matrix:
fast_finish: true
# Disable running any test assemblies.
test: off
# Run custom build script.
build_script:
- cmd: tools\CustomBuildTool\bin\Release\CustomBuildTool.exe -appveyor