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

travis: only build unix with gcc-4.7

parent f0777d1c
Branches
Tags
No related merge requests found
......@@ -12,8 +12,8 @@ before_script:
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 bare-arm
- make -C stmhal
- 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