orbum/.appveyor.yml

19 lines
358 B
YAML
Raw Permalink Normal View History

2018-01-23 06:09:59 -05:00
image: Visual Studio 2017
platform:
2018-01-23 06:50:39 -05:00
- x64
2018-01-23 06:09:59 -05:00
matrix:
fast_finish: true
2018-08-06 10:53:54 -04:00
install:
- git submodule update --init --recursive
2018-01-23 06:09:59 -05:00
before_build:
- ps: New-Item -ItemType Directory -Force -Path build
- ps: cd build
- ps: cmake -G "Visual Studio 15 2017 Win64" -DBOOST_ROOT="C:\Libraries\boost_1_66_0" ..
2018-01-23 06:09:59 -05:00
build:
parallel: true
2018-01-23 06:24:25 -05:00
project: build/orbum.sln