forked from KDAB/GammaRay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
56 lines (45 loc) · 1.43 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
version: '{build}-{branch}'
branches:
# whitelist
only:
- master
clone_depth: 50
init:
- ps: |
function craft() {
& "C:\python36\python.exe" "C:\CraftMaster\CraftMaster\CraftMaster.py" --config "$env:APPVEYOR_BUILD_FOLDER\appveyor.ini" --variables "APPVEYOR_BUILD_FOLDER=$env:APPVEYOR_BUILD_FOLDER" --target $env:TARGET -c $args
if($LASTEXITCODE -ne 0) {exit $LASTEXITCODE}
}
install:
- ps: |
#use cmd to silence powershell behaviour for stderr
& cmd /C "git clone -q --depth=1 git://anongit.kde.org/craftmaster.git C:\CraftMaster\CraftMaster 2>&1"
craft craft
craft --install-deps gammaray
build_script:
- ps: |
craft --no-cache --src-dir $env:APPVEYOR_BUILD_FOLDER gammaray
after_build:
- ps: |
if ($env:TARGET -eq "windows-msvc2017_64-cl") {
craft --add-blueprint-repository [git]https://github.com/KDAB/craft-blueprints-kdab.git
craft --no-cache gammaray-binary-probes
craft nsis
}
craft --no-cache --src-dir $env:APPVEYOR_BUILD_FOLDER --package gammaray
#test_script:
#- ps: |
#craft --no-cache --src-dir $env:APPVEYOR_BUILD_FOLDER --test gammaray
test: off
environment:
matrix:
- TARGET: windows-msvc2015_32-cl
- TARGET: windows-mingw_32-gcc
- TARGET: windows-msvc2017_64-cl
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
artifacts:
- path: cache\**\.*
- path: binaries\*
deploy:
- provider: Environment
name: GammaRay