-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
53 lines (44 loc) · 1.19 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
version: 1.0.{build}
image: Visual Studio 2017
configuration:
- Release
- Debug
platform:
- Win32
- x64
# set clone depth
clone_depth: 5
# see "Skip commits" at https://www.appveyor.com/docs/how-to/filtering-commits/#commit-files-github-and-bitbucket-only
skip_commits:
files:
- '**/*.md'
- .gitignore
- .editorconfig
- 'azure-pipelines*.yml'
- 'ci/azure-pipelines/template*.yml'
- '.github/workflows/*.yml'
install:
- cmd: |
cinst locale-emulator -y
cup vswhere
py.exe -m pip install openpyxl --user
cup innosetup
C:\ProgramData\chocolatey\tools\shimgen.exe --output=C:\ProgramData\chocolatey\bin\ISCC.exe --path="C:\Program Files (x86)\Inno Setup 6\ISCC.exe"
# to run our custom scripts instead of automatic MSBuild
build_script:
- cmd: build-all.bat %PLATFORM% %CONFIG