-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.appveyor.yml
28 lines (28 loc) · 920 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
platform:
- Win32
build: off
environment:
PYTHON: "C:\\Python35"
PROJECT: SerLib
PROJECT_DIRECTORY: serialisation
matrix:
- TYPE: zpm
- BUILD_CONFIG: release
BUILD_ARCHITECTURE: x86
- BUILD_CONFIG: debug
BUILD_ARCHITECTURE: x86
- BUILD_CONFIG: release
BUILD_ARCHITECTURE: x86_64
- BUILD_CONFIG: debug
BUILD_ARCHITECTURE: x86_64
- BUILD_CONFIG: release
BUILD_ARCHITECTURE: x86_64
- BUILD_CONFIG: release
BUILD_ARCHITECTURE: x86_64
install:
- powershell -command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri https://raw.githubusercontent.com/Zefiros-Software/ZPM/dev/script/install-zpm.bat -OutFile %TEMP%/install-zpm.bat;" && %TEMP%/install-zpm.bat
- "SET PATH=%PATH%;%USERPROFILE%/zpm/bin"
test_script:
- zpm run build-ci-library
deploy_script:
- zpm run deploy-ci-library