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

Update .travis.yml

Check that the bare-arm, stmhal and unix-cpy ports at least remain compilable, even if we can only actually run tests against the unix port.
parent c29a0ac5
Branches
No related tags found
No related merge requests found
...@@ -4,10 +4,14 @@ compiler: ...@@ -4,10 +4,14 @@ compiler:
before_script: before_script:
- sudo add-apt-repository -y ppa:fkrull/deadsnakes - sudo add-apt-repository -y ppa:fkrull/deadsnakes
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -y python3.3 python3 - sudo apt-get install -y python3.3 python3 gcc-arm-none-eabi
script: script:
- make -C bare-arm
- make -C stmhal
- make -C unix-cpy
- make -C unix - make -C unix
- cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests - cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment