File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -135,18 +135,25 @@ jobs:
135
135
run : |
136
136
docker exec orphan `
137
137
${{ env.entry }} ${{ env.cmd }} -Command cmake --build `
138
- ${{ env.binary }}\examples_tests --config ${{ matrix.config }}
138
+ --preset ci-build-dynamic-${{ matrix.vendor }} `
139
+ -t examples_tests\all --config ${{ matrix.config }} `
140
+ -- -k 0
139
141
140
- - name : Container – Install NSC
142
+ - name : Container – Install Nabla
141
143
run : |
142
144
docker exec orphan `
143
145
${{ env.entry }} ${{ env.cmd }} -Command cmake --install `
144
146
${{ env.binary }} --config ${{ matrix.config }} `
145
- --component Runtimes --prefix ${{ env.install }}
147
+ --prefix ${{ env.install }}
148
+
149
+ - name : Container – Install Examples
150
+ id : install-examples
151
+ continue-on-error : true
152
+ run : |
146
153
docker exec orphan `
147
154
${{ env.entry }} ${{ env.cmd }} -Command cmake --install `
148
- ${{ env.binary }} --config ${{ matrix.config }} `
149
- --component Executables -- prefix ${{ env.install }}
155
+ ${{ env.binary }}\examples_tests --config ${{ matrix.config }} `
156
+ --prefix ${{ env.install }}
150
157
151
158
- name : Container – Save NSC Image
152
159
run : |
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ add_subdirectory(nsc)
2
2
add_subdirectory (xxHash256 )
3
3
4
4
if (NBL_BUILD_IMGUI )
5
- add_subdirectory (nite )
5
+ add_subdirectory (nite EXCLUDE_FROM_ALL )
6
6
endif ()
7
7
8
8
NBL_ADJUST_FOLDERS (tools )
You can’t perform that action at this time.
0 commit comments