We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c95ea76 commit cd18281Copy full SHA for cd18281
.vscode/c_cpp_properties.json
lgtm.yml
@@ -13,9 +13,9 @@ extraction:
13
- curl -L https://github.com/ChibiOS/ChibiOS/archive/${CH_VER}.tar.gz | tar xz
14
- mv ChibiOS-${CH_VER} ChibiOS
15
- cd ChibiOS/ext
16
- - for i in *.7z; do 7z x -y $i; done
+ - for i in *.7z; do 7z x -y "$i"; done
17
- cd ${LGTM_SRC}/ext
18
19
index:
20
build_command:
21
- export PATH=${LGTM_WORKSPACE}/gcc-arm/bin:${PATH}
0 commit comments