Sigh, appveyor.

This commit is contained in:
ThePhD 2019-11-13 05:44:03 +01:00
parent bc1106cdea
commit fd9e282b21
No known key found for this signature in database
GPG Key ID: 1509DB1C0F702BFA

View File

@ -156,9 +156,8 @@ init:
before_build:
- md build-sol2
- cd build-sol2
- cd
- echo %vcvars_script%
- %vcvars_script%
- cd && %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: