[skip travis]voke it directly

This commit is contained in:
ThePhD 2019-03-26 11:24:52 -04:00
parent b3f5d753e2
commit 26992c38a1
No known key found for this signature in database
GPG Key ID: 1509DB1C0F702BFA

View File

@ -156,7 +156,7 @@ init:
before_build:
- md build-sol2
- cd build-sol2
- if not defined MINGW_VERSION ( %vcvars_script% )
- %vcvars_script%
- cmake .. -G "%CMAKE_GENERATOR%" %build_compiler% -DCMAKE_BUILD_TYPE=Release "-DSOL2_LUA_VERSION=%SOL2_LUA_VERSION%" -DSOL2_PLATFORM=%PLATFORM% -DSOL2_CI=ON -DSOL2_BUILD_LUA=ON -DBUILD_LUA_AS_DLL=ON -DSOL2_TESTS=ON -DSOL2_EXAMPLES=ON -DSOL2_TESTS_EXAMPLES=ON
build_script: