ChibiOS-Contrib/lgtm.yml

16 lines
759 B
YAML
Raw Normal View History

2020-11-25 01:41:04 -08:00
extraction:
cpp:
after_prepare:
- export GCC=gcc-arm-none-eabi-9-2020-q2-update
- wget -nv https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2020q2/gcc-arm-none-eabi-9-2020-q2-update-x86_64-linux.tar.bz2 -O compiler.tar.xz
- tar xf compiler.tar.xz -C ${LGTM_WORKSPACE}
- mv ${LGTM_WORKSPACE}/${GCC} ${LGTM_WORKSPACE}/gcc-arm
- git clone https://github.com/ChibiOS/ChibiOS.git --branch stable_20.3.x ${LGTM_WORKSPACE}/ChibiOS
index:
build_command:
- export PATH=${LGTM_WORKSPACE}/gcc-arm/bin:${PATH}
- export CH_PATH=${LGTM_WORKSPACE}/ChibiOS
- export CHC_PATH=${LGTM_SRC}
- ./tools/chbuild.sh testhal/{STM32,NRF51,NRF52,KINETIS}
- ./tools/chbuild.sh demos/{STM32,NRF51,NRF52,KINETIS}