summaryrefslogtreecommitdiff
path: root/.github/workflows/codeql-buildscript.sh
blob: 272b55d22873f30c82011690474ac4e304544902 (plain)
1
2
3
4
5
6
#!/usr/bin/env bash

FAMILY=stm32l4
pip install click
python3 tools/get_deps.py $FAMILY
python3 tools/build.py -s make $FAMILY