-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathappveyor.yml
More file actions
executable file
·40 lines (31 loc) · 793 Bytes
/
appveyor.yml
File metadata and controls
executable file
·40 lines (31 loc) · 793 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
33
34
35
36
37
38
39
40
version: 1.1.5-{build}
image:
- Visual Studio 2017
- Ubuntu1604
environment:
matrix:
- BUILD_COMBO: windows-mingw
- BUILD_COMBO: windows-msvc
- BUILD_COMBO: linux-gcc
- BUILD_COMBO: linux-clang
matrix:
exclude:
- image: Visual Studio 2017
BUILD_COMBO: linux-gcc
- image: Visual Studio 2017
BUILD_COMBO: linux-clang
- image: Ubuntu1604
BUILD_COMBO: windows-mingw
- image: Ubuntu1604
BUILD_COMBO: windows-msvc
configuration:
- Debug
- Release
install:
- ps: ./ci/setup.ps1
build_script:
- ps: ./ci/build.ps1
test_script:
- ps: ./ci/test.ps1
#on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))