-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.appveyor.yml
More file actions
34 lines (26 loc) · 737 Bytes
/
.appveyor.yml
File metadata and controls
34 lines (26 loc) · 737 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
29
30
31
32
33
version: '{build}'
platform:
- x64
environment:
matrix:
- GENERATOR: MinGW Makefiles
build:
verbosity: detailed
install:
- cmake --version
before_build:
# Workaround for CMake not wanting sh.exe on PATH for MinGW
- set PATH=%PATH:C:\Program Files\Git\usr\bin;=%
- ECHO %PATH%
- set PATH=C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
- DIR C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1
- DIR C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin
- DIR C:\mingw\bin
- mkdir build
- cd build
- cmake -G "%GENERATOR%" ..
build_script:
- mingw32-make example_examplelibrary_tests
- dir tests
- dir tests\exampletest
- tests\exampletest\example_examplelibrary_tests.exe