forked from Inrego/TraktToPlex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
46 lines (40 loc) · 1015 Bytes
/
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
version: 2.2.{build}
# branches to build
branches:
# whitelist
only:
- master
environment:
dotnet_version: 2.2
matrix:
- job_name: Windows LATEST amd64
ARCH: amd64
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- job_name: Windows 1803 amd64
ARCH: amd64
VERSION : 1803
platform: nanoserver
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- job_name: Windows 1809 amd64
ARCH: amd64
VERSION : 1809
platform: nanoserver
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
# - job_name: Windows 1903
# VERSION : 1903
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
# - job_name: Windows 1909
# VERSION : 1909
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- job_name: Linux amd64
ARCH: amd64
platform: alpine
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
matrix:
fast_finish: true
build_script:
- ps: ./build.ps1
test_script:
- ps: ./test.ps1
deploy_script:
- ps: ./deploy.ps1