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 b0df7a1 commit 885b747
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 @@ -133,7 +133,7 @@ for:
- cmd: if %USE_CMAKE%==false call %MAKETOOL%
- cmd: cd ..

install:
install_script:
- cmd: echo == INSTALL JKQtPlotter ==========================================================================
- cmd: cd %APPVEYOR_BUILD_FOLDER%
- cmd: cd build
Expand Down Expand Up @@ -222,7 +222,7 @@ for:
make -j$(getconf _NPROCESSORS_ONLN)
fi
install:
install_script:
- sh: echo == INSTALL JKQtPlotter ==========================================================================
- sh: cd %APPVEYOR_BUILD_FOLDER%
- sh: cd build
Expand Down

0 comments on commit 885b747

Please sign in to comment.