TIC-80-guile/appveyor.yml

23 lines
329 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
platform:
- x64
environment:
matrix:
- arch: Win64
2018-05-18 21:04:39 +02:00
install: git submodule update --init --recursive
2018-05-18 20:56:23 +02:00
before_build:
2018-05-18 21:18:02 +02:00
cmd: cmake -G "Visual Studio 15 2017 Win64"
2018-05-18 20:56:23 +02:00
2018-05-18 20:42:34 +02:00
build:
2018-05-18 21:09:30 +02:00
project: c:\projects\tic-80\TIC-80.sln
2018-05-18 21:18:50 +02:00
verbosity: minimal
parallel: true