Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
68209378
Commit
68209378
authored
Apr 21, 2014
by
Ilya Dmitrichenko
Browse files
travis: should test building qemu-arm as well.
parent
b554bc56
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
68209378
...
...
@@ -7,12 +7,13 @@ before_script:
-
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
-
sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
-
sudo apt-get update -qq
-
sudo apt-get install -y python3.3 python3 gcc-4.7 gcc-arm-none-eabi
-
sudo apt-get install -y python3.3 python3 gcc-4.7 gcc-arm-none-eabi
qemu-system
script
:
-
make -C unix CC=gcc-4.7
-
make -C unix-cpy CC=gcc-4.7
-
make -C bare-arm
-
make -C qemu-arm
-
make -C stmhal
-
(cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment