File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,16 @@ compiler:
44
55before_script :
66 - sudo add-apt-repository -y ppa:fkrull/deadsnakes
7+ - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
78 - sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
89 - sudo apt-get update -qq
9- - sudo apt-get install -y python3.3 python3 gcc-arm-none-eabi
10+ - sudo apt-get install -y python3.3 python3 gcc-4.7 gcc- arm-none-eabi
1011
1112script :
12- - make -C bare-arm
13- - make -C stmhal
14- - make -C unix-cpy
15- - make -C unix
13+ - make -C bare-arm CC=gcc-4.7
14+ - make -C stmhal CC=gcc-4.7
15+ - make -C unix-cpy CC=gcc-4.7
16+ - make -C unix CC=gcc-4.7
1617 - cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests
1718
1819after_failure : for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff $testbase.exp $testbase.out; done
You can’t perform that action at this time.
0 commit comments