@@ -170,7 +170,7 @@ jobs:
170
170
steps :
171
171
- uses : actions/checkout@v4
172
172
- name : Get latest CMake and ninja
173
-
173
+
174
174
- name : cmake
175
175
run : cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On
176
176
- name : build
@@ -189,7 +189,7 @@ jobs:
189
189
steps :
190
190
- uses : actions/checkout@v4
191
191
- name : Get latest CMake and ninja
192
-
192
+
193
193
- name : cmake
194
194
run : cmake -S . -B build -DJSONCONS_SANITIZE=ON -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On
195
195
- name : build
@@ -210,7 +210,7 @@ jobs:
210
210
run : apt-get update ; apt-get install -y unzip git
211
211
- uses : actions/checkout@v4
212
212
- name : Get latest CMake and ninja
213
-
213
+
214
214
- name : cmake
215
215
run : cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DJSONCONS_BUILD_TESTS=On
216
216
- name : build
@@ -231,7 +231,7 @@ jobs:
231
231
run : apt-get update ; apt-get install -y unzip git
232
232
- uses : actions/checkout@v4
233
233
- name : Get latest CMake and ninja
234
-
234
+
235
235
- name : cmake
236
236
run : cmake -S . -B build -DJSONCONS_SANITIZE=ON -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On
237
237
- name : build
0 commit comments