diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..38eaf15 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,12 @@ +version: 0.9.{build} + +# scripts that runs after repo cloning. +install: + - vcsetup.bat + +platform: x64 +configuration: Release + +build: + parallel: true + project: TinyObjLoaderSolution.sln diff --git a/tools/windows/premake5.exe b/tools/windows/premake5.exe new file mode 100644 index 0000000..c0bf928 Binary files /dev/null and b/tools/windows/premake5.exe differ diff --git a/vcsetup.bat b/vcsetup.bat new file mode 100644 index 0000000..921c1e9 --- /dev/null +++ b/vcsetup.bat @@ -0,0 +1 @@ +.\\tools\\windows\\premake5.exe vs2013