Skip to content

Commit 55efd34

Browse files
committed
Update appveyor.yml
1 parent 0c81617 commit 55efd34

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

appveyor.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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
2725
clone_folder: c:\projects\render_pipeline_cpp
2826

2927
# environment variables
3028
environment:
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
3635
cache:
@@ -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 #

0 commit comments

Comments
 (0)