Skip to content

Commit 1dba7f0

Browse files
committed
Add artifacts configuration in appveyor
1 parent e70811c commit 1dba7f0

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

appveyor.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ environment:
3434

3535
# build cache to preserve files/folders between builds
3636
cache:
37-
- C:\projects\_install
37+
- C:\projects\_cache
3838

3939
# scripts that run after cloning repository
4040
install:
@@ -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

0 commit comments

Comments
 (0)