Skip to content

Commit

Permalink
just build ci
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Feb 8, 2021
1 parent cc09ab5 commit f8e348d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codeql-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,18 @@ jobs:
uses: github/codeql-action/init@v1
with:
languages: c
config-file: ./.github/codeql/codeql-config.yml
queries: <security-and-quality>

# Setup the build system
- name: Set up for build
run: |
cp ./cfe/cmake/Makefile.sample Makefile
cp -r ./cfe/cmake/sample_defs sample_defs
make prep
# Build the code
- name: Build
run: make -j
run: make ci_lab

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1

0 comments on commit f8e348d

Please sign in to comment.