Skip to content

Commit da333ea

Browse files
committed
update ci script to create installer and archive it as artifact.
1 parent 077d2c1 commit da333ea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,9 @@ build_script:
3737
- MKDIR vs_build
3838
- cd vs_build
3939
- cmake ../ -G "Visual Studio 15 2017 Win64" -T host=x64
40-
- cmake --build .
40+
- cmake --build . --target INSTALL
41+
- cmake --build . --target DEPLOY
4142

43+
artifacts:
44+
- path: C:\projects\camstudio\vs_build\install\bin\installer\*.zip
45+
name: Installer

0 commit comments

Comments
 (0)