TIC-80-guile/appveyor.yml

22 lines
288 B
YAML
Raw Normal View History

2018-05-18 20:57:03 +02:00
version: '{build}'
2018-05-18 20:42:34 +02:00
image: Visual Studio 2017
2018-05-18 20:56:23 +02:00
configuration:
- Release
- Debug
platform:
- x64
environment:
matrix:
- arch: Win64
before_build:
2018-05-18 20:58:50 +02:00
- cmd: cmake -G "Visual Studio 15 2017Win64"
2018-05-18 20:56:23 +02:00
2018-05-18 20:42:34 +02:00
build:
2018-05-18 20:58:50 +02:00
project: c:\projects\tic-80\template.sln
2018-05-18 20:56:23 +02:00
verbosity: minimal
parallel: true