aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2026-01-06 10:40:53 -0500
committerGitHub <noreply@github.com>2026-01-06 10:40:53 -0500
commitafbb98e79e9df429bff491bc1071645536bbbd3c (patch)
treedeac710a47ccfbc58aceb44e6f2cb65fb44901d8 /.github
parentcf50be9ef96fd8011fbd45321b4c454470112cf4 (diff)
parent0ad1fc6e37835bd2a7bfbda41be1bf22f8f6bc5e (diff)
downloadstasis-afbb98e79e9df429bff491bc1071645536bbbd3c.tar.gz
Merge pull request #118 from jhunkeler/semaphore
Semaphore
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cmake-multi-platform.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml
index ee601b1..055fa0e 100644
--- a/.github/workflows/cmake-multi-platform.yml
+++ b/.github/workflows/cmake-multi-platform.yml
@@ -58,6 +58,7 @@ jobs:
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DTESTS=ON
+ -DTESTS_VERBOSE=ON
-DTESTS_RT=ON
-DDEBUG_MESSAGES=ON
-S ${{ github.workspace }}