File tree 1 file changed +5
-43
lines changed 1 file changed +5
-43
lines changed Original file line number Diff line number Diff line change @@ -9,53 +9,15 @@ addons:
9
9
- deadsnakes # for python3.4
10
10
- ubuntu-toolchain-r-test
11
11
12
- # arm-none-eabi-gcc is somewhere here
13
- - debian-sid
12
+ # arm-none-eabi-gcc is here, but it breaks apt :(
13
+ # - debian-sid
14
14
15
- # no arm-none-eabi-gcc
16
- # - extras-precise
17
- # - r-packages-precise
18
-
19
- # - avsm
20
- # - boost-latest
21
- # - cassou-emacs
22
- # - chef-current-precise
23
- # - chef-stable-precise
24
- # - couchbase-precise
25
-
26
- # - gammu
27
- # - gearman-developers
28
- # - george-edison55-precise-backports
29
- # - hvr-ghc
30
- # - kalakris-cmake
31
- # - kubuntu-backports
32
- # - llvm-toolchain-precise
33
- # - llvm-toolchain-precise-3.5
34
- # - llvm-toolchain-precise-3.6
35
- # - llvm-toolchain-precise-3.7
36
-
37
- # - lucid
38
- # - mariadb-10.0
39
- # - mongodb-upstart
40
- # - mongodb-precise
41
- # - partner-precise
42
- # - pgavin-ghdl
43
- # - pov-wkhtmltopdf
44
- # - precise-pgdg-9.5
45
- # - pypy
46
- # - pythonxy-devel
47
- # - rabbitmq-precise
48
- # - ubuntu-sdk-team
49
-
50
- # - r-packages-trusty
51
- # - rabbitmq-testing
52
- # - mopidy-stable
53
15
packages :
54
16
- python3
55
17
- python3.4
56
18
- gcc-4.7
57
- # - gcc-multilib
58
- - gcc-arm-none-eabi
19
+ - gcc-multilib
20
+ # - gcc-arm-none-eabi
59
21
- qemu-system
60
22
- mingw32
61
23
@@ -76,7 +38,7 @@ script:
76
38
- make -C minimal test CC=gcc-4.7
77
39
- make -C unix deplibs CC=gcc-4.7
78
40
- make -C unix CC=gcc-4.7
79
- - make -C bare-arm
41
+ # - make -C bare-arm
80
42
# - make -C qemu-arm test
81
43
# - make -C stmhal
82
44
# - make -C stmhal -B MICROPY_PY_WIZNET5K=1 MICROPY_PY_CC3K=1
You can’t perform that action at this time.
0 commit comments