We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d051a commit 7896315Copy full SHA for 7896315
.github/workflows/build-docker.yml
@@ -93,7 +93,10 @@ jobs:
93
- name: Build Celeritas
94
working-directory: build
95
run: |
96
- ninja
+ echo "::group::Build verbosely"
97
+ ninja -v -k0
98
+ echo "::endgroup::"
99
+ echo "::notice title=build-size::$(du -hs . | awk '{print $1}')"
100
101
### TEST ###
102
.github/workflows/build-spack.yml
@@ -242,7 +242,10 @@ jobs:
242
243
244
ccache -z
245
246
ninja -v -k0
247
248
249
- name: Show ccache stats
250
if: ${{!cancelled() && steps.installdeps.outcome == 'success'}}
251
0 commit comments