8000 travis: Second attempt at new infra, using minimal build list. · devmonkZA/micropython@ae3cddf · GitHub
[go: up one dir, main page]

Skip to content

Commit ae3cddf

Browse files
committed
travis: Second attempt at new infra, using minimal build list.
1 parent 42a2c65 commit ae3cddf

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.travis.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ addons:
1111
packages:
1212
- python3
1313
- python3.4
14-
- gcc-4.7
15-
- gcc-multilib
16-
- gcc-arm-none-eabi
17-
- qemu-system
18-
- mingw32
14+
#- gcc-4.7
15+
#- gcc-multilib
16+
#- gcc-arm-none-eabi
17+
#- qemu-system
18+
#- mingw32
1919

2020
#before_script:
2121
# - sudo add-apt-repository -y ppa:fkrull/deadsnakes
@@ -30,24 +30,24 @@ addons:
3030

3131
script:
3232
- make -C minimal test
33-
- make -C unix deplibs CC=gcc-4.7
3433
- make -C unix CC=gcc-4.7
35-
- make -C bare-arm
36-
- make -C qemu-arm test
37-
- make -C stmhal
38-
- make -C stmhal -B MICROPY_PY_WIZNET5K=1 MICROPY_PY_CC3K=1
39-
- make -C stmhal BOARD=STM32F4DISC
40-
- make -C teensy
41-
- make -C cc3200 BTARGET=application BTYPE=release
42-
- make -C cc3200 BTARGET=bootloader BTYPE=release
43-
- make -C windows CROSS_COMPILE=i586-mingw32msvc-
34+
- make -C unix deplibs CC=gcc-4.7
35+
#- make -C bare-arm
36+
#- make -C qemu-arm test
37+
#- make -C stmhal
38+
#- make -C stmhal -B MICROPY_PY_WIZNET5K=1 MICROPY_PY_CC3K=1
39+
#- make -C stmhal BOARD=STM32F4DISC
40+
#- make -C teensy
41+
#- make -C cc3200 BTARGET=application BTYPE=release
42+
#- make -C cc3200 BTARGET=bootloader BTYPE=release
43+
#- make -C windows CROSS_COMPILE=i586-mingw32msvc-
4444

4545
# run tests without coverage info
46-
- (cd tests && MICROPY_CPYTHON3=python3.4 ./run-tests)
47-
- (cd tests && MICROPY_CPYTHON3=python3.4 ./run-tests --emit native)
46+
#- (cd tests && MICROPY_CPYTHON3=python3.4 ./run-tests)
47+
#- (cd tests && MICROPY_CPYTHON3=python3.4 ./run-tests --emit native)
4848

4949
# run tests with coverage info
50-
- make -C unix CC=gcc-4.7 coverage
50+
#- make -C unix CC=gcc-4.7 coverage
5151
#- (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../unix/micropython_coverage ./run-tests)
5252
#- (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../unix/micropython_coverage ./run-tests --emit native)
5353

0 commit comments

Comments
 (0)
0