mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-16 15:30:25 +01:00
19 lines
244 B
YAML
19 lines
244 B
YAML
version: 0.9.{build}
|
|
|
|
image:
|
|
- Visual Studio 2015
|
|
|
|
# scripts that runs after repo cloning.
|
|
install:
|
|
- vcsetup.bat
|
|
|
|
platform: x64
|
|
configuration: Release
|
|
|
|
build:
|
|
parallel: true
|
|
project: TinyGLTFSolution.sln
|
|
|
|
after_build:
|
|
- examples.bat
|