forked from apitrace/apitrace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
41 lines (29 loc) · 874 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
# See http://www.appveyor.com/docs/appveyor-yml
version: '{build}'
branches:
except:
- /^travis.*$/
# See http://help.appveyor.com/discussions/suggestions/419-qt-libraries
os: unstable
init:
- git config --global core.autocrlf input
shallow_clone: true
environment:
matrix:
- CMAKE_GENERATOR: "Visual Studio 12"
CMAKE_PREFIX_PATH: C:\Qt\5.4\msvc2013_opengl
- CMAKE_GENERATOR: "Visual Studio 12 Win64"
CMAKE_PREFIX_PATH: C:\Qt\5.4\msvc2013_64_opengl
matrix:
fast_finish: true
configuration: Debug
before_build:
- cmake -H. -Bbuild -G "%CMAKE_GENERATOR%" "-DCMAKE_PREFIX_PATH=%CMAKE_PREFIX_PATH%" -DENABLE_GUI=ON
build:
project: build\apitrace.sln
verbosity: minimal
after_build:
- cmake --build build --use-stderr --config "%CONFIGURATION%" --target package -- /verbosity:minimal
#artifacts:
#- path: build/apitrace-*.7z
# name: apitrace