Skip to content

Commit 035579e

Browse files
committed
travis: Ninth attempt, still trying with arm-none-eabi-gcc.
1 parent 66b2e17 commit 035579e

File tree

1 file changed

+38
-36
lines changed

1 file changed

+38
-36
lines changed

.travis.yml

Lines changed: 38 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -6,47 +6,47 @@ compiler:
66
addons:
77
apt:
88
sources:
9-
- deadsnakes
9+
#- 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
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
4545
packages:
4646
- python3
4747
- python3.4
4848
- gcc-4.7
49-
- gcc-multilib
49+
#- gcc-multilib
5050
- gcc-arm-none-eabi
5151
- qemu-system
5252
- mingw32
@@ -63,6 +63,8 @@ before_script:
6363
- pip install --user cpp-coveralls
6464

6565
script:
66+
- which gcc-4.7
67+
- which arm-none-eabi-gcc
6668
- make -C minimal test CC=gcc-4.7
6769
- make -C unix deplibs CC=gcc-4.7
6870
- make -C unix CC=gcc-4.7

0 commit comments

Comments
 (0)