Merge pull request #33 from Ybalrid/CI_fix

Attempt to fix continuous integration (fix #31)
This commit is contained in:
Syoyo Fujita 2018-01-10 18:30:45 +09:00 committed by GitHub
commit 85ed1ac824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
version: 0.9.{build}
image:
- Visual Studio 2015
# scripts that runs after repo cloning.
install:
- vcsetup.bat

View File

@ -1 +1 @@
.\\tools\\windows\\premake5.exe vs2013
.\\tools\\windows\\premake5.exe vs2015