Skip to content

Commit

Permalink
Updated workflow to also build the editor
Browse files Browse the repository at this point in the history
Furthermore, the CodeQL analysis now excludes both the `vendor` and
`docs/www/build` paths, to not pollute the code scanning page with
unnecessary scheiße.
  • Loading branch information
iWas-Coder committed Apr 26, 2024
1 parent 5345c81 commit a11bcd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: c-cpp
config: |
paths-ignore: [vendor, docs/www/build]
- name: build
run: make -j$(nproc)
- name: analyze
uses: github/codeql-action/analyze@v3
- name: build-editor
run: make editor -j$(nproc)

0 comments on commit a11bcd8

Please sign in to comment.