-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
31 lines (26 loc) · 914 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
version: 1.0.{build}
environment:
matrix:
- generator: "MinGW Makefiles"
- generator: "Visual Studio 12"
#- generator: "Visual Studio 14"
configuration:
- Debug
- Release
install:
- cinst -y biicode
- cinst -y mingw
- cmd: set PATH=%PATH:CMake 2.8\bin=%;C:\ProgramData\chocolatey\lib\cmake.3.0.2\content\cmake-3.0.2-win32-x86\bin
- cmd: set PATH=%PATH:Git\bin=%;C:\MinGW\bin
- cmd: set PATH=%PATH%;C:\Program Files (x86)\BiiCode\bii;
- cmd: set PATH=%PATH%;C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\; #ml for MinGW build
- cmd: cmake --version
- cmd: g++ --version
- cmd: bii --version
build_script:
- cmd: bii init -l simple
- cmd: bii find --update
- cmd: bii configure -G "%generator%" -DCMAKE_BUILD_TYPE="%configuration%" || bii configure -G "%generator%" -DCMAKE_BUILD_TYPE="%configuration%"
- cmd: bii build
test_script:
- cmd: dir bin