Skip to content

Commit 06fdddb

Browse files
committed
update github workflow to include sonar checks
1 parent 6aec398 commit 06fdddb

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77

88
name: Build
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
1014
env:
1115
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
1216
BUILD_TYPE: Release
@@ -78,9 +82,9 @@ jobs:
7882
run: |
7983
g++ --version
8084
cmake --version
81-
# - name: Build C++ Libraries
82-
# run: >
83-
# sh ./scripts/build.sh
85+
- name: Build C++ Libraries
86+
run: >
87+
sh ./scripts/build_dep.sh
8488
# SonarQube Server and Cloud (formerly SonarQube and SonarCloud) is a widely used static
8589
# analysis solution for continuous code quality and security inspection.
8690
# This action now supports and is the official entrypoint for scanning C++ projects via GitHub actions.

0 commit comments

Comments
 (0)