Skip to content

Commit f0777d1

Browse files
committed
travis: build unix targets first
because @pfalcon says so
1 parent 499d50b commit f0777d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ before_script:
1010
- sudo apt-get install -y python3.3 python3 gcc-4.7 gcc-arm-none-eabi
1111

1212
script:
13+
- make -C unix CC=gcc-4.7
14+
- make -C unix-cpy CC=gcc-4.7
1315
- make -C bare-arm CC=gcc-4.7
1416
- make -C stmhal CC=gcc-4.7
15-
- make -C unix-cpy CC=gcc-4.7
16-
- make -C unix CC=gcc-4.7
1717
- cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests
1818

1919
after_failure: for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff $testbase.exp $testbase.out; done

0 commit comments

Comments
 (0)