summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Expand)Author
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-08-11Turn on Rosie CI testing to test new builds on real hardware.Scott Shawcroft
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-06-20travis: Turn off coveralls.Scott Shawcroft
2017-06-20Merge tag 'v1.9.1'2.0.0-alpha.0Scott Shawcroft
2017-05-21Remove code size check. Its causing builds to fail because the new GCC made i...Scott Shawcroft
2017-04-20travis: turn off artifact debug.0.9.6Scott Shawcroft
2017-04-20travis: working_dir doesn't work as expected. Try and fix it.Scott Shawcroft
2017-04-20travis: artifact upload tweaks.Scott Shawcroft
2017-04-20travis: Fix typoScott Shawcroft
2017-04-20Turn on build saving and uf2 creation.Scott Shawcroft
2017-04-11atmel-samd: rename cplay_m0_flash to circuitplayground_express and update for...Scott Shawcroft
2017-03-27Change to official Feather M0 Express branding.Scott Shawcroft
2017-03-15travis: Change an stmhal rule to build PYBV11 instead of default PYBV10.Damien George
2017-02-19Add CircuitPlayground, Trinket and Gemma to Travis build.Scott Shawcroft
2017-01-20travis: Unconditionally run coveralls analysis, even if others failed.Damien George
2017-01-12Travis is actually running trusty. xenial isn't supported yet.0.8.1Scott Shawcroft
2017-01-10Merge tag 'v1.8.7'Scott Shawcroft
2017-01-06Add Gitter integration to Travis and add badges to the docs.Scott Shawcroft
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-11-29Update Ubuntu and GCC versions used in Travis build. Now uses GCC 5.4.1. Also...Scott Shawcroft
2016-11-14Merge tag 'v1.8.6'Scott Shawcroft
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-10-24Build mpy-cross first because other builds depend on it.Scott Shawcroft
2016-10-24Add atmel-samd boards to travis build.Scott Shawcroft
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
2015-02-06cc3200: Add cc3200 port of MicroPython.danicampora
2015-01-14travis, minimal: Install gcc-multilib for -m32; use /bin/echo for test.Damien George
2015-01-13minimal: Add simple test; build and run minimal test on Travis CI.Damien George
2015-01-12travis: grep for failure in qemu-arm output if tests fail.Damien George
2015-01-09qemu-arm: Add 'test' target to Makefile to run and verify test suite.Damien George
2014-10-30stmhal: Fix ptr arith in CC3000 code; enable network build in travis.Damien George
2014-10-06travis: Install realpath, required for teensy build.Paul Sokolovsky
2014-08-29tests: Add option to run-tests to enable native emitter.Damien George