File tree 1 file changed +36
-4
lines changed 1 file changed +36
-4
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,46 @@ addons:
8
8
sources :
9
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
45
packages :
12
46
- python3
13
47
- python3.4
14
48
- gcc-4.7
15
49
- gcc-multilib
16
- # - gcc-arm-none-eabi
50
+ - gcc-arm-none-eabi
17
51 - qemu-system
18
52
- mingw32
19
53
@@ -32,7 +66,7 @@ script:
32
66
- make -C minimal test CC=gcc-4.7
33
67
- make -C unix deplibs CC=gcc-4.7
34
68
- make -C unix CC=gcc-4.7
35
- # - make -C bare-arm
69
+ - make -C bare-arm
36
70
# - make -C qemu-arm test
37
71
# - make -C stmhal
38
72
# - make -C stmhal -B MICROPY_PY_WIZNET5K=1 MICROPY_PY_CC3K=1
@@ -41,8 +75,6 @@ script:
41
75
# - make -C cc3200 BTARGET=application BTYPE=release
42
76
# - make -C cc3200 BTARGET=bootloader BTYPE=release
43
77
- make -C windows CROSS_COMPILE=i586-mingw32msvc-
44
- - which coveralls
45
- - which gcov-4.7
46
78
47
79
# run tests without coverage info
48
80
# - (cd tests && MICROPY_CPYTHON3=python3.4 ./run-tests)
You can’t perform that action at this time.
0 commit comments