mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 01:51:49 +08:00
Update appveyor.yml
This commit is contained in:
parent
bb72e4ead9
commit
189b06d80a
@ -135,7 +135,7 @@ for:
|
||||
- cmd: echo == INSTALL JKQtPlotter ==========================================================================
|
||||
- cmd: cd %APPVEYOR_BUILD_FOLDER%
|
||||
- cmd: cd build
|
||||
- cmd: if %USE_CMAKE%==true cmake --install . --config "%CONFIGURATION%" -j%NUMBER_OF_PROCESSORS% -- %CMAKE_BUILDFLAGS%
|
||||
- cmd: if %USE_CMAKE%==true cmake --install . --config "%CONFIGURATION%" -j%NUMBER_OF_PROCESSORS%
|
||||
|
||||
after_build:
|
||||
- cmd: echo == TEST USE JKQtPlotter CMAKE BUILD ============================================================
|
||||
@ -225,7 +225,7 @@ for:
|
||||
- sh: |
|
||||
if [ "$USE_CMAKE" = true ]; then
|
||||
echo --- Install using CMake -------------------------------------------------------------------------------
|
||||
cmake --install . --config "$CONFIGURATION" -j$(getconf _NPROCESSORS_ONLN) -- $CMAKE_BUILDFLAGS
|
||||
cmake --install . --config "$CONFIGURATION" -j$(getconf _NPROCESSORS_ONLN)
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user