File tree Expand file tree Collapse file tree 1 file changed +38
-36
lines changed Expand file tree Collapse file tree 1 file changed +38
-36
lines changed Original file line number Diff line number Diff line change @@ -6,47 +6,47 @@ compiler:
6
6
addons :
7
7
apt :
8
8
sources :
9
- - deadsnakes
9
+ # - deadsnakes
10
10
- 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
45
45
packages :
46
46
- python3
47
47
- python3.4
48
48
- gcc-4.7
49
- - gcc-multilib
49
+ # - gcc-multilib
50
50
- gcc-arm-none-eabi
51
51
- qemu-system
52
52
- mingw32
@@ -63,6 +63,8 @@ before_script:
63
63
- pip install --user cpp-coveralls
64
64
65
65
script :
66
+ - which gcc-4.7
67
+ - which arm-none-eabi-gcc
66
68
- make -C minimal test CC=gcc-4.7
67
69
- make -C unix deplibs CC=gcc-4.7
68
70
- make -C unix CC=gcc-4.7
You can’t perform that action at this time.
0 commit comments