index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.travis.yml
Age
Commit message (
Expand
)
Author
2015-02-06
cc3200: Add cc3200 port of MicroPython.
danicampora
2015-01-14
travis, minimal: Install gcc-multilib for -m32; use /bin/echo for test.
Damien George
2015-01-13
minimal: Add simple test; build and run minimal test on Travis CI.
Damien George
2015-01-12
travis: grep for failure in qemu-arm output if tests fail.
Damien George
2015-01-09
qemu-arm: Add 'test' target to Makefile to run and verify test suite.
Damien George
2014-10-30
stmhal: Fix ptr arith in CC3000 code; enable network build in travis.
Damien George
2014-10-06
travis: Install realpath, required for teensy build.
Paul Sokolovsky
2014-08-29
tests: Add option to run-tests to enable native emitter.
Damien George
2014-08-05
travis: Build stmhal/ST32F4DISC and teensy in Travis tests.
Damien George
2014-06-26
travis: Use unified diffs for failed tests.
Paul Sokolovsky
2014-05-11
travis: Add cross-compilation of mingw port
stijn
2014-04-21
travis: should test building qemu-arm as well.
Ilya Dmitrichenko
2014-04-15
travis: Move diffing back to after_failure command.
Damien George
2014-04-15
travis: Diff output, hopefully this works.
Damien George
2014-04-15
travis: Continue to debug tests output.
Damien George
2014-04-15
travis: More tests output debugging.
Damien George
2014-04-15
travis: Debugging failing tests.
Damien George
2014-04-15
travis: On fail, cd to tests directory before diffing.
Damien George
2014-04-15
travis: only build unix with gcc-4.7
Andrew Scheller
2014-04-15
travis: build unix targets first
Andrew Scheller
2014-04-15
Merge remote-tracking branch 'upstream/master' into patch-1
Andrew Scheller
2014-04-15
.travis.yml: Use gcc-4.7 to avoid broken codegeneration and failed tests.
Paul Sokolovsky
2014-04-15
Update .travis.yml
Andrew Scheller
2014-04-15
Update .travis.yml
Andrew Scheller
2014-04-15
Update .travis.yml
Andrew Scheller
2014-04-15
Update .travis.yml
Andrew Scheller
2014-04-15
Update .travis.yml
Andrew Scheller
2014-04-14
travis: Only run some tests, to work around CPython version issues.
Damien George
2014-04-14
travis: Change to tests directory before running.
Damien George
2014-04-15
Add Travis CI support.
AZ Huang