We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ac08e commit 95a2fffCopy full SHA for 95a2fff
.github/workflows/ci.yml
@@ -64,14 +64,15 @@ jobs:
64
#####################################
65
- name: Configure
66
run: |
67
- cmake -B build -S . -GNinja -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF
+ cmake -B build -S . -GNinja
68
shell: bash
69
70
71
# Build the Superbuild
72
73
- name: Build
74
- run: cmake --build build --config Release
+ run: ninja -C build
75
+ shell: bash
76
77
78
# [Optional] Run Tests
0 commit comments