Skip to content

Commit

Permalink
Fix #21, Added codeql-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
havencarlson committed May 24, 2022
1 parent 2f75ed6 commit 76328b3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/codeql-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: CodeQl Analysis

on:
push:
pull_request:


jobs:
codeql:
name: Codeql Analysis
uses: astrogeco/cFS/.github/workflows/codeql-reusable.yml@update-code-ql
with:
component-path: apps/ds
prep: 'make prep; make -C build/tools/elf2cfetbl'
make: 'make -C build/native/default_cpu1/apps/ds'
setup: |
cp ./cfe/cmake/Makefile.sample Makefile && cp -r ./cfe/cmake/sample_defs sample_defs
sed -i "/list(APPEND MISSION_GLOBAL_APPLIST/a list(APPEND MISSION_GLOBAL_APPLIST ds)" sample_defs/targets.cmake

0 comments on commit 76328b3

Please sign in to comment.