Skip to content
/ snoretoast Public

Commit d3fb2c4

Browse files
committed
Try to get an artifact
1 parent 6f93017 commit d3fb2c4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ build_script:
1515
LogExec cmake -G"Ninja" $env:APPVEYOR_BUILD_FOLDER -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$CMAKE_INSTALL_ROOT"
1616
1717
CmakeImageInstall
18+
CreateDeployImage @("SnoreToast\.exe")
19+
7ZipDeployImage
1820
1921
test: off
2022

@@ -27,8 +29,5 @@ environment:
2729
matrix:
2830
- COMPILER: msvc2013
2931
- COMPILER: msvc2013_64
30-
31-
artifacts:
32-
- path: work\install\SnoreToast.exe
3332

3433

0 commit comments

Comments
 (0)