mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-06-29 23:45:11 +08: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
|