Skip to content

Commit

Permalink
fix typo, edit preset options
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Jan 16, 2025
1 parent 628c106 commit 5d10a5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
uses: lukka/run-cmake@v10
with:
configurePreset: debug64
configurePresetAdditionalArgs: "['-DBUILD_DOCS=OFF','-DRUN_DRIVER_TESTS=ON']"
buildPreset: debug64
testPreset: debug64

Expand All @@ -70,6 +69,5 @@ jobs:
uses: lukka/run-cmake@v10
with:
configurePreset: debug32
configurePresetAdditionalArgs: "['-DBUILD_DOCS=OFF,'-DRUN_DRIVER_TESTS=ON'']"
buildPreset: debug32
testPreset: debug32
4 changes: 2 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"CMAKE_BUILD_RPATH_USE_ORIGIN": "ON",
"BUILD_SHARED_LIBS": "ON",
"BUILD_DOCS": "OFF",
"BUILD_DRIVER": "OFF",
"RUN_DRIVER_TESTS": "OFF"
"BUILD_DRIVER": "ON",
"RUN_DRIVER_TESTS": "ON"
},
"environment": {
"CMAKE_BUILD_TYPE": "Debug",
Expand Down

0 comments on commit 5d10a5c

Please sign in to comment.