-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathappveyor.yml
58 lines (49 loc) · 1.27 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
54
55
56
57
version: '6.0.51.{BUILD}'
image: Visual Studio 2019
install:
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat"
branches:
only:
- master
- /v\d*\.\d*\.\d*\.\d*/
configuration:
- ADL
for:
-
matrix:
only:
- configuration: ADL
environment:
BUILD_PROFILE: MS
deploy:
release: ADL-$(APPVEYOR_REPO_TAG_NAME)
description: 'Current Release'
provider: GitHub
auth_token:
secure: L2Uw6o1Msz3bAsw+p2n9bjxJqqtuP+7YuJNaWtpsRnWZ3JWDjkULQG6c6YRPk+v+
artifact: /.*/
draft: false
prerelease: false
on:
branch: /v\d*\.\d*\.\d*\.\d*/
APPVEYOR_REPO_TAG: true
skip_commits:
files:
- '**/*.txt'
- '**/*.doc'
- '**/*.md'
- '**/*.html'
build_script:
# the appveyor virtual machine reported two processors, so, lets try running parallel compile!
- cmd: |
cd ..\..
move projects\adl .
mkdir \adl\temp
cd adl\src
call build.bat
cd ..\..
move adl projects
cd projects\adl
artifacts:
- path: "dist\\*.*"
name: releasefiles