Skip to content

Commit 4742eab

Browse files
committed
Add minimalistic smoke flow to CI
1 parent 833009b commit 4742eab

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-nabla.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,9 @@ jobs:
385385
if (-not (Test-Path "smoke/build-ct/install")) { throw "smoke/build-ct/install not found" }
386386
tree.com smoke /F
387387
388+
- name: Smoke Flow MINIMALISTIC
389+
run: cmake -D FLOW=MINIMALISTIC -D CONFIG=${{ matrix.config }} -P smoke/RunSmokeFlow.cmake
390+
388391
- name: Smoke Flow CONFIGURE_ONLY
389392
run: cmake -D FLOW=CONFIGURE_ONLY -D CONFIG=${{ matrix.config }} -P smoke/RunSmokeFlow.cmake
390393

0 commit comments

Comments
 (0)