Files
kaizen/.appveyor.yml
Simone 4e42229bdd Squashed 'external/gainput/' content from commit 2be0a50
git-subtree-dir: external/gainput
git-subtree-split: 2be0a50089eafcc6fccb66142180082e48f27f4c
2024-01-22 08:51:55 +01:00

16 lines
181 B
YAML

platform:
- x64
configuration:
- Debug
- Release
before_build:
- md build
- cd build
- cmake -G "Visual Studio 14 2015 Win64" ..
build:
project: build\Project.sln