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 885b747 commit be58f32
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 @@ -140,7 +140,7 @@ for:
- cmd: if %USE_CMAKE%==true cmake --install . --config "%CONFIGURATION%" -j%NUMBER_OF_PROCESSORS% -- %CMAKE_BUILDFLAGS%

test_usage:
- cmd: echo == TEST: USE JKQtPlotter CMAKE BUILD ============================================================
- cmd: echo == TEST USE JKQtPlotter CMAKE BUILD ============================================================
- cmd: if %USE_CMAKE%==true cd %APPVEYOR_BUILD_FOLDER%
- cmd: if %USE_CMAKE%==true cd examples\cmake_link_example
- cmd: mkdir build
Expand Down Expand Up @@ -234,7 +234,7 @@ for:
test_usage:
- sh: echo == TEST: USE JKQtPlotter CMAKE BUILD ============================================================
- sh: echo == TEST USE JKQtPlotter CMAKE BUILD ============================================================
- sh: cd %APPVEYOR_BUILD_FOLDER%
- sh: if %USE_CMAKE%==true cd examples\cmake_link_example
- sh: mkdir build
Expand Down

0 comments on commit be58f32

Please sign in to comment.