before-build preserves directory changes

This commit is contained in:
ThePhD 2017-12-23 21:39:04 -05:00
parent 001470dc9a
commit f041e99f32

View File

@ -59,7 +59,6 @@ before_build:
- cmake .. -G %CMAKE_GENERATOR% -DLUA_VERSION=%LUA_VERSION% -DLUA_BUILD=ON -DTESTS=ON -DEXAMPLES=ON -DSINGLE=ON -DTESTS_EXAMPLES=ON -DTESTS_SINGLE=ON
build_script:
- cd build-sol2
- cmake --build .
test_script: