Skip to content

Commit 5859110

Browse files
authored
added appveyor.yml
1 parent 315ae84 commit 5859110

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

appveyor.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
echo ------------------------
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

Comments
 (0)