Skip to content

need-to-fix: disable test for winlibs... cc_test doesn't run correc… #19

need-to-fix: disable test for winlibs... cc_test doesn't run correc…

need-to-fix: disable test for winlibs... cc_test doesn't run correc… #19

Workflow file for this run

name: CodeChecker
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
codechecker-ubuntu-latest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bazelbuild/setup-bazelisk@v3
- name: Mount bazel cache
uses: actions/cache@v4
with:
path: "~/.cache/bazel"
key: bazel
- name: build & retreive compile_commands.json
run: |
bazelisk clean
bazelisk build //:StreamFormatTests
bazelisk run //conf:compile_commands
- uses: whisperity/[email protected]
id: codechecker
with:
logfile: ${{ github.workspace }}/compile_commands.json
- uses: actions/upload-artifact@v4
with:
name: "CodeChecker Bug Reports"
path: ${{ steps.codechecker.outputs.result-html-dir }}