-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathappveyor.yml
More file actions
30 lines (23 loc) · 875 Bytes
/
appveyor.yml
File metadata and controls
30 lines (23 loc) · 875 Bytes
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
version: 1.0.{build}
environment:
matrix:
- generator: "MinGW Makefiles"
- generator: "Visual Studio 12"
configuration:
- Debug
- Release
install:
- cinst biicode 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
- cmd: bii cpp:configure -G "%generator%" -DCMAKE_BUILD_TYPE="%configuration%" || bii cpp:configure -G "%generator%" -DCMAKE_BUILD_TYPE="%configuration%"
- cmd: bii cpp:build
test_script:
- cmd: bin\manu343726_edalib_test.exe --reporter=info