Skip to content

Commit a7759a7

Browse files
committed
Add Appveyor settings.
1 parent 59acd32 commit a7759a7

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

appveyor.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 0.9.{build}
2+
3+
# scripts that runs after repo cloning.
4+
install:
5+
- vcsetup.bat
6+
7+
platform: x64
8+
configuration: Release
9+
10+
build:
11+
parallel: true
12+
project: TinyObjLoaderSolution.sln

tools/windows/premake5.exe

503 KB
Binary file not shown.

vcsetup.bat

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.\\tools\\windows\\premake5.exe vs2013

0 commit comments

Comments
 (0)