aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorSyoyo Fujita <syoyo@lighttransport.com>2016-04-19 13:11:55 +0900
committerSyoyo Fujita <syoyo@lighttransport.com>2016-04-19 13:11:55 +0900
commita55247574c2c2436989a9a0654c51a62cc7193ba (patch)
treeaf70de47ba36ec6c9e67b938de7e331e1db864f4 /appveyor.yml
parentf4695de408516f45652b161a34bb62fbe6edec07 (diff)
downloadtinyobjloader-a55247574c2c2436989a9a0654c51a62cc7193ba.tar.gz
Suppress VC2013 warnings.
Update AppVeyor script.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml11
1 files changed, 3 insertions, 8 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 38eaf15..b52a666 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,12 +1,7 @@
version: 0.9.{build}
-# scripts that runs after repo cloning.
-install:
- - vcsetup.bat
-
platform: x64
-configuration: Release
-build:
- parallel: true
- project: TinyObjLoaderSolution.sln
+build_script:
+ - cd tests
+ - vcbuild.bat