Skip to content

Commit c02e5b1

Browse files
committed
add Container – Build Examples step to .github/workflows/build-nabla.yml, continue-on-error: true; TODO: we will use https://github.com/actions/github-script action to update github UI with this step to display its status
1 parent c18c8ae commit c02e5b1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-nabla.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,14 @@ jobs:
129129
--preset ci-build-dynamic-${{ matrix.vendor }} `
130130
-t run-compiler-explorer --config ${{ matrix.config }}
131131
132+
- name: Container – Build Examples
133+
id: build-examples
134+
continue-on-error: true
135+
run: |
136+
docker exec orphan `
137+
${{ env.entry }} ${{ env.cmd }} -Command cmake --build `
138+
${{ env.binary }}\examples_tests --config ${{ matrix.config }}
139+
132140
- name: Container – Install NSC
133141
run: |
134142
docker exec orphan `

0 commit comments

Comments
 (0)