mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
add hot, new python onto the path and hope it catches
This commit is contained in:
parent
9a009e5cf1
commit
001470dc9a
10
appveyor.yml
10
appveyor.yml
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user