aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Expand)Author
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
2017-12-13.travis.yml: Update for qemu-arm's testing moved to Makefile.test.Paul Sokolovsky
2017-10-16travis: Update build command now that stm32 Wiznet config has changed.Damien George
2017-09-10travis: Use --upgrade when pip is installing cpp-coveralls.Damien George
2017-09-06all: Update Makefiles and others to build with new ports/ dir layout.Damien George
2017-07-28.travis.yml: Pin cpp-coveralls at 0.3.12.Paul Sokolovsky
2017-06-28travis: Build STM32F769DISC board instead of F7DISC to test dbl-prec FP.Damien George
2017-03-15travis: Change an stmhal rule to build PYBV11 instead of default PYBV10.Damien George
2017-01-20travis: Unconditionally run coveralls analysis, even if others failed.Damien George
2016-12-22travis: Include persistent bytecode with floats in coverage tests.Damien George
2016-12-05travis: Build STM32 F7 and L4 boards under Travis CI.Damien George
2016-10-25.travis.yml: minimal: Use CROSS=1, for binary size check.Paul Sokolovsky
2016-10-25.travis.yml: Integrate tools/check_code_size.sh.Paul Sokolovsky
2016-09-20travis: Run feature and coverage test for precompiled mpy files.Damien George
2016-09-10travis: Abandon mingw32 in favour of mingw-w64stijn
2016-09-05travis: Build mpy-cross as part of the Travis process.Damien George
2016-07-09travis: Run unix thread tests.Damien George
2016-05-26.travis.yml: Install gcc-arm-none-eabi with --force-yes for now.Paul Sokolovsky
2016-03-03tarvis: Unbreak build by ignoring lack of i386 arch in some repos.Paul Sokolovsky
2016-01-17.travis.yml: Switch to Ubuntu 14.04 Trusty.Paul Sokolovsky
2016-01-15travis: Add unix NaN-boxing build to Travis builds.Damien George
2015-10-20travis: Build "deplibs" in unix port.Paul Sokolovsky
2015-08-17unix-cpy: Remove unix-cpy. It's no longer needed.Damien George
2015-05-08unix: Make extra-coverage function callable from Python scripts.Damien George
2015-05-08unix: Add special function to improve coverage.Damien George
2015-03-01travis: Add automated coverage testing using coveralls.Damien George
2015-02-27travis: Use CPython3.4 instead of 3.3.Damien George