orbum/.appveyor.yml

17 lines
277 B
YAML
Raw Normal View History

2018-01-23 06:09:59 -05:00
image: Visual Studio 2017
platform:
- Any CPU
matrix:
fast_finish: true
before_build:
2018-01-23 06:15:59 -05:00
- cmd: git submodule update --init --recursive
2018-01-23 06:09:59 -05:00
- ps: New-Item -ItemType Directory -Force -Path build
- ps: cd build
- ps: cmake ..
build:
parallel: true
project: orbum.sln