Skip to content

Commit bbafcde

Browse files
committed
use build script in appveyor
Change-Id: I01c4d7ef9ba7b876cc3283bebc64e450f91d63fd
1 parent 527e6d2 commit bbafcde

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

appveyor.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,12 @@ before_build:
88
- cmd: >-
99
cmake --version
1010
11-
mkdir build
11+
cmake -B build
1212
13-
cd build
1413
15-
cmake ..
14+
build_script:
15+
- cmake --build build --config Release --parallel
1616

17-
build:
18-
project: build\PCM.sln
19-
parallel: true
20-
verbosity: minimal
2117
after_build:
2218
- 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
2319
artifacts:

0 commit comments

Comments
 (0)