Skip to content
Snippets Groups Projects
Commit f0777d1c authored by Andrew Scheller's avatar Andrew Scheller
Browse files

travis: build unix targets first

because @pfalcon says so
parent 499d50be
No related tags found
No related merge requests found
......@@ -10,10 +10,10 @@ before_script:
- sudo apt-get install -y python3.3 python3 gcc-4.7 gcc-arm-none-eabi
script:
- make -C unix CC=gcc-4.7
- make -C unix-cpy CC=gcc-4.7
- make -C bare-arm CC=gcc-4.7
- make -C stmhal CC=gcc-4.7
- make -C unix-cpy CC=gcc-4.7
- make -C unix CC=gcc-4.7
- cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests
after_failure: for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff $testbase.exp $testbase.out; done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment