aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Expand)Author
2020-04-07travis: Make OSX build work again by not installing pkgconfig.stijn
2020-04-04travis: Build GENERIC_1M board as part of esp8266 job.Damien George
2020-03-30tests/run-tests: Add commands to print and clean *.exp,out files.David Lechner
2020-03-30travis: Build full unix coverage build on osx job.David Lechner
2020-03-28travis: Build NUCLEO_L073RZ instead of B_L072Z_LRWAN1 for stm32 job.Damien George
2020-03-28travis: Use grep with --text on qemu-arm output.David Lechner
2020-03-28travis: Use custom PPA to get pre-built uncrustify.David Lechner
2020-03-26travis: Exclude some uasyncio tests on OSX.Damien George
2020-03-26travis: Print errors out for OSX job.Damien George
2020-03-26qemu-arm: Set default board as mps2-an385 to get more flash for tests.Damien George
2020-03-11travis: For unix tests use Makefile target instead of explicit commands.Damien George
2020-03-10travis: Run multi_net tests as part of coverage job.Damien George
2020-03-10travis: Build stm32 PYBD_SF6 with BTstack as bluetooth stack.Damien George
2020-02-28travis: Add CI job to check code formatting.Damien George
2020-02-21travis: Add OSX build to CI.stijn
2020-02-16unix/Makefile: Remove old variant targets that are no longer needed.Damien George
2020-01-15esp32: Enable NimBLE support on all builds (IDF 3.3 and 4.0).Jim Mussared
2020-01-12unix: Rename unix binaries to micropython-variant (not _variant).Jim Mussared
2020-01-12travis: Update travis to specify which unix variant to build.Jim Mussared
2019-12-27travis: Add stm32 build in nanbox mode.Damien George
2019-12-27travis: Add new job to build and test unix coverage in 32-bit mode.Damien George
2019-12-13travis: Build urandom native module in coverage job.Damien George
2019-12-12travis: Add tests for building and importing dynamic native modules.Damien George
2019-10-29travis: Add job to build and test unix minimal port.Damien George
2019-10-22powerpc: Add initial port to bare metal PowerPC arch.Michael Neuling
2019-10-15travis: Use "make submodules" to init required modules for each port.Damien George
2019-10-10travis: Add esp8266 GENERIC_512K build to CI.Mike Causer
2019-10-08travis: Add BLE submodules to ESP32 IDF4 build.Jim Mussared
2019-10-05travis: Build unix nanbox with PYTHON=python2.Damien George
2019-10-01stm32: Provide port-specific implementation for Nimble on STM32.Jim Mussared
2019-09-26travis: Build more stm32 boards to cover all supported MCUs.Damien George
2019-09-17travis: Add ESP32 build with IDF v4.Jim Mussared
2019-08-30travis: Add new job to test unix port with sys.settrace enabled.Damien George
2019-07-26travis: Build an stm32 board with threading enabled to test it with CI.Damien George
2019-07-17travis: Switch unix stackless build to use clang.Damien George
2019-07-09travis: Build stm32 mboot for PYBD_SF6 as part of CI.Damien George
2019-07-01travis: Add samd port to Travis build.Damien George
2019-06-28travis: Enable performance benchmark tests on standard unix build.Damien George
2019-06-25travis: Build esp32 firmware as part of Travis CI.Damien George
2019-06-25travis: Build esp8266 firmware as part of Travis CI.Damien George
2019-06-25travis: Selectively fetch git submodules only when needed.Damien George
2019-05-31travis: Build PYBD_SF2 board as part of the stm32 job.Damien George
2019-03-08travis: Enable test for running native code via mpy.Damien George
2019-02-12travis: Update to use Ubuntu 16.04 Xenial for CI builds.Damien George
2018-07-20travis: Add nrf port to Travis CI build.Damien George
2018-07-19travis: Use build stages and parallel jobs under Travis CI.Damien George
2018-06-06travis: Install explicit version of urllib3 for coveralls.Damien George
2018-03-19travis: Pass -j4 to make to speed up compilation.Damien George
2018-02-08.travis.yml,ports/unix/Makefile: Add coverage test for script via stdin.Damien George
2017-12-16.travis.yml: Build and test strict stackless build.Paul Sokolovsky