We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 499d50b commit f0777d1Copy full SHA for f0777d1
1 file changed
.travis.yml
@@ -10,10 +10,10 @@ before_script:
10
- sudo apt-get install -y python3.3 python3 gcc-4.7 gcc-arm-none-eabi
11
12
script:
13
+ - make -C unix CC=gcc-4.7
14
+ - make -C unix-cpy CC=gcc-4.7
15
- make -C bare-arm CC=gcc-4.7
16
- make -C stmhal CC=gcc-4.7
- - make -C unix-cpy CC=gcc-4.7
- - make -C unix CC=gcc-4.7
17
- cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests
18
19
after_failure: for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff $testbase.exp $testbase.out; done
0 commit comments