Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkriege2 authored Jan 16, 2024
1 parent bb72e4e commit 189b06d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ============================================================
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 189b06d

Please sign in to comment.