We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315ae84 commit 5859110Copy full SHA for 5859110
appveyor.yml
@@ -0,0 +1,22 @@
1
+version: 1.0.{build}
2
+image:
3
+- Visual Studio 2019
4
+- Visual Studio 2017
5
+configuration: Release
6
+platform: x64
7
+before_build:
8
+- cmd: >-
9
+ echo ------------------------
10
+
11
+ echo Building PCM
12
13
14
+build:
15
+ project: pcm-all.sln
16
+ parallel: true
17
+ verbosity: minimal
18
+after_build:
19
+- cmd: 7z a pcm-all.zip %APPVEYOR_BUILD_FOLDER%\x64\Release\*.exe %APPVEYOR_BUILD_FOLDER%\x64\Release\*.dll %APPVEYOR_BUILD_FOLDER%\x64\Release\*.lib %APPVEYOR_BUILD_FOLDER%\x64\Release\*.exp
20
+artifacts:
21
+- path: pcm-all.zip
22
+ name: pcm-all
0 commit comments