attempt to fix appveyor.yml (both build project for premake4 and build_script for cmake, does that work?

This commit is contained in:
erwincoumans
2015-11-24 17:13:58 -08:00
parent 1826f11fbc
commit d8ee7e4dbc

View File

@@ -1,5 +1,7 @@
build:
project: build3/vs2010/0_Bullet3Solution.sln
build_script:
- mkdir cmake
- cd cmake
- cmake .. -G"Visual Studio 14 2015 Win64"