Skip to content

Commit

Permalink
Revert "use presets in CI"
Browse files Browse the repository at this point in the history
This reverts commit 114df44.
  • Loading branch information
spacey-sooty committed Aug 28, 2024
1 parent 114df44 commit 5d57721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trajoptlib-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- run: sudo xcode-select -switch /Applications/Xcode_15.3.app
if: startsWith(matrix.os, 'macOS')

- run: cmake --preset with-examples ${{ matrix.cmake-args }}
- run: cmake -B build -S . -DBUILD_EXAMPLES=ON ${{ matrix.cmake-args }}
working-directory: trajoptlib
- run: cmake --build build --config RelWithDebInfo --parallel 4
working-directory: trajoptlib
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trajoptlib-sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 200
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-14 200
- run: cmake --preset with-examples ${{ matrix.cmake-args }}
- run: cmake -B build -S . -DBUILD_EXAMPLES=ON ${{ matrix.cmake-args }}
working-directory: trajoptlib
- run: cmake --build build --config RelWithDebInfo --parallel $(nproc)
working-directory: trajoptlib
Expand Down

0 comments on commit 5d57721

Please sign in to comment.