-
-
Notifications
You must be signed in to change notification settings - Fork 230
/
Copy pathappveyor.yml
52 lines (46 loc) · 1.42 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
# Use, modification, and distribution are
# subject to the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#
# Copyright Rene Rivera 2015-2018.
branches:
only:
- /master.*/
- /develop.*/
- /feature\/.*/
environment:
matrix:
- TOOLSET: msvc
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- TOOLSET: msvc
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- TOOLSET: msvc
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
- TOOLSET: mingw
CXX: C:\MinGW\bin\g++.exe
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- TOOLSET: mingw
CXX: C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw64\bin\g++.exe
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- TOOLSET: mingw
CXX: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin\g++.exe
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- TOOLSET: mingw
CXX: C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin\g++.exe
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- TOOLSET: mingw
CXX: C:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin\g++.exe
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
configuration:
- release
build_script:
- cd src/engine
- build.bat %TOOLSET%
- dir
- cd ../..
test_script:
- cd test
- python test_all.py msvc
- cd ..
after_test:
- src\engine\b2.exe --prefix=%HOME%/b2 install