Skip to content

Commit

Permalink
CI: Add build with logging disabled
Browse files Browse the repository at this point in the history
Signed-off-by: Tormod Volden <[email protected]>
  • Loading branch information
tormodvolden committed Dec 1, 2023
1 parent f2ebac6 commit f2d113c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
shell: bash
run: .private/ci-build.sh --build-dir build-debug -- --enable-debug-log

- name: disable-log
shell: bash
run: .private/ci-build.sh --build-dir build-nolog -- --disable-log

- uses: mymindstorm/setup-emsdk@v13

- run: npm ci
Expand Down

0 comments on commit f2d113c

Please sign in to comment.