Skip to content

Commit 45228f0

Browse files
committed
Build Full Nabla In CI
1 parent 7e0938f commit 45228f0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-nabla.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
matrix:
3232
# vendor: [msvc, clangcl]
3333
# TODO: Yas please fix ClangCL, we have a few new compile errors
34-
# if we build MSVC then build "run-compiler-explorer" target, for ClangCL build just "nsc"
34+
# build full Nabla preset, run-compiler-explorer is pulled in via ALL when Docker integration is enabled
3535
vendor: [msvc]
3636
config: [Release, Debug, RelWithDebInfo]
3737
tag: ['17.13.6']
@@ -125,12 +125,12 @@ jobs:
125125
--profiling-output=profiling/cmake-profiling.json `
126126
--profiling-format=google-trace
127127
128-
- name: Container – Build NSC
128+
- name: Container – Build Nabla
129129
run: |
130130
docker exec orphan `
131131
${{ env.entry }} ${{ env.cmd }} -Command cmake --build `
132132
--preset ci-build-dynamic-${{ matrix.vendor }} `
133-
-t run-compiler-explorer --config ${{ matrix.config }}
133+
--config ${{ matrix.config }}
134134
135135
- name: Container – Install Nabla
136136
run: |
@@ -397,4 +397,4 @@ jobs:
397397
run: cmake --build smoke/out --config ${{ matrix.config }}
398398

399399
- name: CTest Smoke
400-
run: ctest --verbose --test-dir smoke/out --force-new-ctest-process --output-on-failure --no-tests=error -C ${{ matrix.config }}
400+
run: ctest --verbose --test-dir smoke/out --force-new-ctest-process --output-on-failure --no-tests=error -C ${{ matrix.config }}

0 commit comments

Comments
 (0)