Skip to content

Commit edd1bec

Browse files
committed
Refine runtime module setup API and smoke flows
1 parent 61e250b commit edd1bec

5 files changed

Lines changed: 763 additions & 113 deletions

File tree

.github/workflows/build-nabla.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ 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 NO_BUILD_COPY
389-
run: cmake -D FLOW=NO_BUILD_COPY -D CONFIG=${{ matrix.config }} -P smoke/RunSmokeFlow.cmake
388+
- name: Smoke Flow CONFIGURE_ONLY
389+
run: cmake -D FLOW=CONFIGURE_ONLY -D CONFIG=${{ matrix.config }} -P smoke/RunSmokeFlow.cmake
390390

391-
- name: Smoke Flow WITH_BUILD_COPY
392-
run: cmake -D FLOW=WITH_BUILD_COPY -D CONFIG=${{ matrix.config }} -P smoke/RunSmokeFlow.cmake
391+
- name: Smoke Flow BUILD_ONLY
392+
run: cmake -D FLOW=BUILD_ONLY -D CONFIG=${{ matrix.config }} -P smoke/RunSmokeFlow.cmake

0 commit comments

Comments
 (0)