Skip to content

Commit

Permalink
We actually need to build to get better results of analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Gandalf-the-Grey committed Nov 28, 2023
1 parent 159fab5 commit 72b6300
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ jobs:
with:
languages: ${{ matrix.language }}

- name: Configure build for analysis
run: |
sudo apt install -y doxygen libboost-all-dev libreadline-dev libssl-dev libtool ncurses-dev pkg-config python3 python3-dev python3-jinja2 python3-pip libsnappy-dev libbz2-dev liburing-dev
cmake -DCMAKE_BUILD_TYPE=Release .
- name: Run build for analysis
run: |
make hived cli_wallet
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

Expand All @@ -50,7 +58,7 @@ jobs:
- name: Checkout the code
run: |
git checkout https://github.com/openhive-network/hive
git clone https://github.com/openhive-network/hive
cd hive
git submodule update --init --recursive
Expand Down

0 comments on commit 72b6300

Please sign in to comment.