File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -19,18 +19,17 @@ init:
1919
2020 cmake --version
2121
22- set PATH=C:\Python36-x64;%PATH%
23-
2422 python --version
2523
2624# clone directory
2725clone_folder : c:\projects\render_pipeline_cpp
2826
2927# environment variables
3028environment :
31- CMAKE_PREFIX_PATH : C:\projects\_install;C:\projects\_cache
29+ CMAKE_PREFIX_PATH : C:\projects\_install;C:\projects\_cache;
3230 BOOST_ROOT : C:\Libraries\boost_1_64_0
3331 FREETYPE_DIR : C:\projects\_install\panda3d-thirdparty\win-libs-vc14-x64\freetype
32+ PATH : C:\Python36-x64;%PATH%
3433
3534# build cache to preserve files/folders between builds
3635cache :
@@ -55,7 +54,7 @@ build_script:
5554- cmd : >-
5655 cd c:\projects\render_pipeline_cpp_ci
5756
58- python build.py render_pipeline_cpp --all -- cmake-generator "Visual Studio 15 2017 Win64" --install-prefix "C:/projects/_install" --cache-prefix "C:/projects/_cache" --artifacts-prefix "C:/projects/render_pipeline_cpp/_artifacts"
57+ python build.py render_pipeline_cpp --cmake-generator "Visual Studio 15 2017 Win64" --install-prefix "C:/projects/_install" --cache-prefix "C:/projects/_cache" --artifacts-prefix "C:/projects/render_pipeline_cpp/_artifacts"
5958
6059# ---------------------------------#
6160# artifacts configuration #
You can’t perform that action at this time.
0 commit comments