8000 travis: Eight try: trying to find how to get gcc-arm-none-eabi instal… · rpavlik/circuitpython@66b2e17 · GitHub
[go: up one dir, main page]

Skip to content

Commit 66b2e17

Browse files
committed
travis: Eight try: trying to find how to get gcc-arm-none-eabi installed.
1 parent 938e8df commit 66b2e17

File tree

1 file changed

+36
-4
lines changed

1 file changed

+36
-4
lines changed

.travis.yml

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,46 @@ addons:
88
sources:
99
- deadsnakes
1010
- ubuntu-toolchain-r-test
11+
- avsm
12+
- boost-latest
13+
- cassou-emacs
14+
- chef-current-precise
15+
- chef-stable-precise
16+
- couchbase-precise
17+
- debian-sid
18+
- extras-precise
19+
- gammu
20+
- gearman-developers
21+
- george-edison55-precise-backports
22+
- hvr-ghc
23+
- kalakris-cmake
24+
- kubuntu-backports
25+
- llvm-toolchain-precise
26+
- llvm-toolchain-precise-3.5
27+
- llvm-toolchain-precise-3.6
28+
- llvm-toolchain-precise-3.7
29+
- lucid
30+
- mariadb-10.0
31+
- mongodb-upstart
32+
- mongodb-precise
33+
- mopidy-stable
34+
- partner-precise
35+
- pgavin-ghdl
36+
- pov-wkhtmltopdf
37+
- precise-pgdg-9.5
38+
- pypy
39+
- pythonxy-devel
40+
- r-packages-precise
41+
- r-packages-trusty
42+
- rabbitmq-precise
43+
- rabbitmq-testing
44+
- ubuntu-sdk-team
1145
packages:
1246
- python3
1347
- python3.4
1448
- gcc-4.7
1549
- gcc-multilib
16-
#- gcc-arm-none-eabi
50+
- gcc-arm-none-eabi
1751
- qemu-system
1852
- mingw32
1953

@@ -32,7 +66,7 @@ script:
3266
- make -C minimal test CC=gcc-4.7
3367
- make -C unix deplibs CC=gcc-4.7
3468
- make -C unix CC=gcc-4.7
35-
#- make -C bare-arm
69+
- make -C bare-arm
3670
#- make -C qemu-arm test
3771
#- make -C stmhal
3872
#- make -C stmhal -B MICROPY_PY_WIZNET5K=1 MICROPY_PY_CC3K=1
@@ -41,8 +75,6 @@ script:
4175
#- make -C cc3200 BTARGET=application BTYPE=release
4276
#- make -C cc3200 BTARGET=bootloader BTYPE=release
4377
- make -C windows CROSS_COMPILE=i586-mingw32msvc-
44-
- which coveralls
45-
- which gcov-4.7
4678

4779
# run tests without coverage info
4880
#- (cd tests && MICROPY_CPYTHON3=python3.4 ./run-tests)

0 commit comments

Comments
 (0)
0