forked from boost-ext/sml
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.appveyor.yml
48 lines (40 loc) · 1.21 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
#
# Copyright (c) 2016-2018 Kris Jusiak (kris at jusiak dot net)
#
# Distributed under 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)
#
version: sml.{build}
clone_folder: c:\sml
shallow_clone: true
branches:
except:
- benchmarks
- gh-pages
cache:
- C:\ProgramData\chocolatey\lib\cmake.portable -> .appveyor.yml
- C:\tools\mingw64 -> .appveyor.yml
- C:\Program Files (x86)\Dr. Memory -> .appveyor.yml
environment:
fast_finish: true
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
VSPATH: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC
CMAKE_GENERATOR: Visual Studio 14 2015
CXX: cl
MEMCHECK: DRMEMORY
PLATFORM: amd64
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
VSPATH: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build
CMAKE_GENERATOR: Visual Studio 15 2017
CXX: cl
MEMCHECK: DRMEMORY
PLATFORM: amd64
matrix:
fast_finish: true
install:
- cinst -y mingw cmake.portable drmemory
- refreshenv
- call "%VSPATH%"\vcvarsall %PLATFORM%
build_script:
- mingw32-make test example/hello_world.out