add hot, new python onto the path and hope it catches

This commit is contained in:
ThePhD 2017-12-23 21:36:31 -05:00
parent 9a009e5cf1
commit 001470dc9a

View File

@ -51,14 +51,16 @@ init:
- echo %CMAKE_GENERATOR% - echo %CMAKE_GENERATOR%
before_build: before_build:
- set PYTHON_PATH=C:\Python36
- if "%PLATFORM%"=="x64" (set PYTHON_PATH=C:\Python36-x64)
- set PATH=%PYTHON_PATH%;%PATH%
- md build-sol2 - md build-sol2
- cd build-sol2 - cd build-sol2
- cmake .. -G %CMAKE_GENERATOR% -DLUA_VERSION=%LUA_VERSION% -DLUA_BUILD=ON -DTESTS=ON -DEXAMPLES=ON -DSINGLE=ON -DTESTS_EXAMPLES=ON -DTESTS_SINGLE=ON - cmake .. -G %CMAKE_GENERATOR% -DLUA_VERSION=%LUA_VERSION% -DLUA_BUILD=ON -DTESTS=ON -DEXAMPLES=ON -DSINGLE=ON -DTESTS_EXAMPLES=ON -DTESTS_SINGLE=ON
build: build_script:
project: c:\projects\sol2\build-sol2\sol2.sln - cd build-sol2
verbosity: minimal - cmake --build .
parallel: true
test_script: test_script:
- cd build-sol2 - cd build-sol2