File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ environment:
3434
3535# build cache to preserve files/folders between builds
3636cache :
37- - C:\projects\_install
37+ - C:\projects\_cache
3838
3939# scripts that run after cloning repository
4040install :
@@ -55,4 +55,12 @@ build_script:
5555- cmd : >-
5656 cd c:\projects\render_pipeline_cpp_ci
5757
58- python build.py render_pipeline_cpp --cmake-generator "Visual Studio 15 2017 Win64" --install-prefix="C:/projects/_install" --all
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"
59+
60+ # ---------------------------------#
61+ # artifacts configuration #
62+ # ---------------------------------#
63+
64+ artifacts :
65+ - path : _artifacts
66+ name : render_pipeline_cpp
You can’t perform that action at this time.
0 commit comments