We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077d2c1 commit da333eaCopy full SHA for da333ea
.appveyor.yml
@@ -37,5 +37,9 @@ build_script:
37
- MKDIR vs_build
38
- cd vs_build
39
- cmake ../ -G "Visual Studio 15 2017 Win64" -T host=x64
40
- - cmake --build .
+ - cmake --build . --target INSTALL
41
+ - cmake --build . --target DEPLOY
42
43
+artifacts:
44
+ - path: C:\projects\camstudio\vs_build\install\bin\installer\*.zip
45
+ name: Installer
0 commit comments