diff options
author | Damien George <damien.p.george@gmail.com> | 2014-08-05 14:04:11 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-08-05 14:04:11 +0000 |
commit | dd07023cb77894507a86a6f594fefb353d46963f (patch) | |
tree | 2bc93cce844bfc838a8ca0629ec93095c760dd27 | |
parent | 6c705118350bdd816af883bfc18665a5a0289772 (diff) | |
download | micropython-dd07023cb77894507a86a6f594fefb353d46963f.tar.gz micropython-dd07023cb77894507a86a6f594fefb353d46963f.zip |
travis: Build stmhal/ST32F4DISC and teensy in Travis tests.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 489cceaa27..fa4453f792 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,8 @@ script: - make -C bare-arm - make -C qemu-arm - make -C stmhal + - make -C stmhal BOARD=STM32F4DISC + - make -C teensy - make -C windows CROSS_COMPILE=i586-mingw32msvc- - (cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests) |