-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathappveyor.yml
65 lines (50 loc) · 1.59 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
58
59
60
61
62
63
64
65
#reference here: https://www.appveyor.com/docs/appveyor-yml/
#---------------------------------#
# general configuration #
#---------------------------------#
# version format
version: '1.0.{build}'
#---------------------------------#
# environment configuration #
#---------------------------------#
environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
pull_requests:
do_not_increment_build_number: true
install:
- docker version
#---------------------------------#
# build configuration #
#---------------------------------#
# build platform, i.e. x86, x64, Any CPU. This setting is optional.
platform: Any CPU
# build Configuration, i.e. Debug, Release, etc.
configuration:
- Debug
#- Release disable relese for right now till we get valid docker files
# scripts to run before build
before_build:
nuget restore
build:
parallel: true # enable MSBuild parallel builds
verbosity: minimal # MSBuild verbosity level
project: CVPZ.sln # path to Visual Studio solution or project
#after_build:
#- ps: >-
# docker-compose -f .\docker-compose.ci.build.yml up
#---------------------------------#
# tests configuration #
#---------------------------------#
# scripts to run before tests
before_test:
- ps: >-
docker images
# docker-compose up
#---------------------------------#
# notifications #
#---------------------------------#
# notifications:
# - provider: Slack
# auth_token:
# secure: 7aiC1DmkTyfYpRtskjpTsTajFolPBOvzuFf1pRlcF0IOPzQzvhfG5LJpZ6iTXM5W
# channel: cvpz