mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-12 21:30:20 +02:00
Blindly dump tinygltf in like a neanderthal
This commit is contained in:
18
source/lib/tinygltf/appveyor.yml
Normal file
18
source/lib/tinygltf/appveyor.yml
Normal file
@ -0,0 +1,18 @@
|
||||
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
|
Reference in New Issue
Block a user