Skip to content

Commit

Permalink
Disable C++ test targets by default
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanoBilenchi committed Sep 12, 2024
1 parent 74666a2 commit 1fb640a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- name: Configure CMake
run: >
CC=clang cmake -B ${{env.build_dir}}
-DCOWL_CPP_TESTS=OFF
-DCOWL_LTO=OFF
-DCOWL_CLANG_TIDY=ON
-DCMAKE_COMPILE_WARNING_AS_ERROR=ON
Expand Down Expand Up @@ -72,6 +71,7 @@ jobs:
-DULIB_LIBRARY_TYPE=${{matrix.lib_type}}
-DCOWL_LIBRARY_TYPE=${{matrix.lib_type}}
-DCOWL_ENTITY_IDS=ON
-DCOWL_CPP_TESTS=ON
-DCMAKE_COMPILE_WARNING_AS_ERROR=ON
-DCMAKE_SYSTEM_VERSION=''
-DCMAKE_BUILD_TYPE=${{env.build_config}}
Expand Down
2 changes: 1 addition & 1 deletion lib/ulib
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Configuration

option(COWL_CPP_TESTS "Enable C++ tests" ON)
option(COWL_CPP_TESTS "Enable C++ tests" OFF)

# Output setup

Expand Down

0 comments on commit 1fb640a

Please sign in to comment.