aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Expand)Author
2020-11-29travis: Stop using Travis for CI.Damien George
2020-10-29stm32: Support C++ code and user C modules written in C++.Damien George
2020-10-29esp32,unix: Support building C++ code.stijn
2020-09-30travis: Update zephyr build to v2.4.0.Maureen Helm
2020-09-18travis: Install setuptools for black code formatting.Damien George
2020-08-21travis: Add zephyr build to CI.Maureen Helm
2020-07-17travis: Change nrf pca10056 board to build with s140 SoftDevice.Glenn Ruben Bakke
2020-07-16travis: Add pca10090 build to nrf job.Glenn Ruben Bakke
2020-07-16travis: Install newer toolchain for nrf job.Glenn Ruben Bakke
2020-06-26travis: Build mboot for PYBV10 with LFS2 enabled in stm32 job.Damien George
2020-06-22travis: In stm32 job, build mboot for NUCLEO_WB55.Damien George
2020-06-22travis: Build qemu-arm with MP_ENDIANNESS_BIG=1 to test bigendian build.Damien George
2020-06-17travis: Change nrf pca10056 board to build with soft-device enabled.Damien George
2020-05-29travis: For powerpc job, build both UART variants.Joel Stanley
2020-05-27travis: Set build name so it appears in the web interfaces.Joel Stanley
2020-05-27travis: Run apt commands once, to slightly speed up the CI.Joel Stanley
2020-05-15travis: Build more boards as part of nrf job.Jim Mussared
2020-04-30travis: Make sure upstream/master exists when computing size-diff check.Damien George
2020-04-29unix: Add btstack to the unix submodules list.Jim Mussared
2020-04-22travis: Use tools/metrics.py to compute size diff of minimal ports.Damien George
2020-04-18all: Enable extra conversion warnings where applicable.stijn
2020-04-18travis: Finish jobs early after test failure.stijn
2020-04-18travis: Decrease build duration by starting OSX build early.stijn
2020-04-13travis: Split esp32 ESP-IDF v3 and v4 builds to separate jobs.Thorsten von Eicken
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