24 lines
339 B
YAML
24 lines
339 B
YAML
version: '{build}'
|
|
image: Visual Studio 2017
|
|
|
|
configuration:
|
|
- Release
|
|
- Debug
|
|
|
|
platform:
|
|
- x64
|
|
|
|
environment:
|
|
matrix:
|
|
- arch: Win64
|
|
|
|
install: git submodule update --init --recursive
|
|
|
|
before_build:
|
|
- cmd: cmake -G "Visual Studio 15 2017 Win64"
|
|
|
|
build:
|
|
project: c:\projects\tic-80\template.sln
|
|
verbosity: minimal
|
|
parallel: true
|