File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments