diff options
| author | HiFiPhile <[email protected]> | 2024-04-28 19:44:10 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2024-04-28 19:46:00 +0200 |
| commit | a29852320a519c34878797a3e0d6a6a8f2e44d6e (patch) | |
| tree | fbc4d64c3a3b296dd49e65e7df3892299a37c49c /.github/workflows/codeql-buildscript.sh | |
| parent | f1d3663d24f04dbb68732f8287c516abd0b7ecfb (diff) | |
| parent | 1c04d5992a020aefe16ffb2acce62d84d4899395 (diff) | |
Merge remote-tracking branch 'upstream/master' into pr/2227
Diffstat (limited to '.github/workflows/codeql-buildscript.sh')
| -rw-r--r-- | .github/workflows/codeql-buildscript.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/codeql-buildscript.sh b/.github/workflows/codeql-buildscript.sh new file mode 100644 index 000000000..35e029922 --- /dev/null +++ b/.github/workflows/codeql-buildscript.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +FAMILY=stm32l4 +python3 tools/get_deps.py $FAMILY +python3 tools/build_make.py $FAMILY |
