diff options
| author | HiFiPhile <[email protected]> | 2024-04-29 22:22:59 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2024-04-29 22:22:59 +0200 |
| commit | bf1540af4c3a57245b946c8622454c05e7fc098e (patch) | |
| tree | 9ed0573097d821696b8775e4826cd555b26bdb1b /.github/workflows/codeql-buildscript.sh | |
| parent | cba327fc384ae730287b0ab620d1f7ef50b0da3b (diff) | |
| parent | 1c04d5992a020aefe16ffb2acce62d84d4899395 (diff) | |
Merge branch 'master' of https://github.com/hathach/tinyusb into pr/2132
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 |
