File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,20 @@ configuration: Release
6
6
platform : x64
7
7
before_build :
8
8
- cmd : >-
9
- echo ------------------------
9
+ cmake --version
10
10
11
- echo Building PCM
11
+ mkdir build
12
+
13
+ cd build
14
+
15
+ cmake ..
12
16
13
- echo ------------------------
14
17
build :
15
- project : pcm-all .sln
18
+ project : %APPVEYOR_BUILD_FOLDER%\build\PCM .sln
16
19
parallel : true
17
20
verbosity : minimal
18
21
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
22
+ - cmd : 7z a pcm-all.zip %APPVEYOR_BUILD_FOLDER%\build\bin\ Release\*.exe %APPVEYOR_BUILD_FOLDER%\build\bin\ Release\*.dll %APPVEYOR_BUILD_FOLDER%\build\src\ Release\*.lib %APPVEYOR_BUILD_FOLDER%\build\src \Release\*.exp
20
23
artifacts :
21
24
- path : pcm-all.zip
22
25
name : pcm-all
You can’t perform that action at this time.
0 commit comments