File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22env :
33# Do not define 'global' env vars here. They cannot be used with API builds
44 matrix :
5+ fast_finish : true
56 - MAKETARGET=zip_devo8
67 - MAKETARGET=zip_devo10
78 - MAKETARGET=zip_devo12
1415 - MAKETARGET=test
1516# - COMPILER=latest TARGET=devo8
1617
17- # use new docker environment
18- sudo : false
19-
20- # sudo: required
21- # dist: trusty
18+ dist : trusty
2219
2320addons :
2421 apt :
22+ update : false
2523 packages :
2624 - build-essential
27- - git
2825 - libc6-i386
2926 - mingw32
3027 - mingw32-binutils
@@ -34,9 +31,12 @@ addons:
3431# - gcc-arm-none-eabi
3532
3633# Do NOT set these. They set 'CC' which breaks the build
37- # language: c
34+ language : minimal
3835# compiler: gcc
3936
37+ git :
38+ depth : 5
39+
4040before_install :
4141 - pip install --user cpp-coveralls
4242 - if [ ! -d "$HOME/gcc-arm-none-eabi-4_8-2013q4/bin" ]; then
You can’t perform that action at this time.
0 commit comments