-
Notifications
You must be signed in to change notification settings - Fork 8
/
appveyor.yml
50 lines (50 loc) · 1.42 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
version: '0.3.7.{build}'
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
CONFIGURATION: Release
ARCH: Win64
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
CONFIGURATION: Release
ARCH: Win32
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CONFIGURATION: Release
ARCH: Win64
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CONFIGURATION: Release
ARCH: Win32
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
CONFIGURATION: Release
ARCH: Win64
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
CONFIGURATION: Release
ARCH: Win32
CGSS_BUILD_JNI_LIBRARY: ON
matrix:
fast_finish: true
for:
- matrix:
except:
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
environment:
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
install:
- pwsh: ./scripts/install.ps1
before_build:
- pwsh: ./scripts/configure-cmake.ps1
build_script:
- pwsh: ./scripts/build-project.ps1
after_build:
- pwsh: ./scripts/package-artifacts.ps1
test: false
deploy:
- provider: GitHub
description: 'libcgss'
auth_token:
secure: u+MFjjY665AT4PHJ2bFMINBLnnnwSj1jLnNeFZoWfeYbomTNSPOmdahffmZa+dRH
artifact: 'Binaries' # upload all NuGet packages to release assets
draft: false
prerelease: false
on:
APPVEYOR_REPO_TAG: true # deploy on tag push only