Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfantus authored Jul 29, 2023
1 parent 7afb0ac commit b3cffaa
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,29 @@ jobs:
- name: Build c
run: |
echo "Build daydream source using script"
sh ./daydream-2.20.0/SRC/make.sh build
cd daydream-2.20.0/SRC
cd lib
make
cd ../main
make
cd ../ddz
make
cd ../hydracom
make
cd ../doors
make
cd ../ddfv
make
cd ../utils
make
cd ../ddecho
make
cd ../net
make
cd ../ddtick
make
cd ../python
make
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
Expand Down

0 comments on commit b3cffaa

Please sign in to comment.