We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59acd32 commit a7759a7Copy full SHA for a7759a7
appveyor.yml
@@ -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
vcsetup.bat
@@ -0,0 +1 @@
+.\\tools\\windows\\premake5.exe vs2013
0 commit comments