Skip to content

Commit

Permalink
.github/workflows/codeql.yml: try manual build
Browse files Browse the repository at this point in the history
  • Loading branch information
robohack committed Apr 14, 2024
1 parent 3ace976 commit 5e8f72b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
matrix:
include:
- language: c-cpp
build-mode: autobuild
build-mode: manual
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
# Use `c-cpp` to analyze code written in C, C++ or both
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
Expand Down Expand Up @@ -77,7 +77,12 @@ jobs:
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
- if: matrix.build-mode == 'manual'
run: |
bmake all
sudo apt-get update
sudo apt-get install bmake
uname -a
bmake -V MAKE_VERSION
cc --version
MAKEOBJDIRPREFIX=$(pwd -P)/build bmake all CXREF=true
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit 5e8f72b

Please sign in to comment.