Skip to content

Commit

Permalink
Fix #29, 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 82f2a06 commit 4ad945c
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/sc
prep: 'make prep; make -C build/tools/elf2cfetbl'
make: 'make -C build/native/default_cpu1/apps/sc'
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 sc)" sample_defs/targets.cmake

0 comments on commit 4ad945c

Please sign in to comment.