2017-07-03 18:05:08 -04:00
|
|
|
# This configuration file tells Rosie where to find prebuilt .bin files (Travis
|
|
|
|
# builds them) and where to find the tests.
|
|
|
|
|
|
|
|
binaries:
|
2017-08-15 18:45:27 -04:00
|
|
|
prebuilt_s3:
|
|
|
|
bucket: adafruit-circuit-python
|
|
|
|
file_pattern: bin/{board}/adafruit-circuitpython-{board}-*-{short_sha}.{extension}
|
|
|
|
rosie_upload:
|
2018-06-10 17:24:47 -04:00
|
|
|
file_pattern: adafruit-circuitpython-{board}-*{short_sha}.{extension}
|
2017-07-03 18:05:08 -04:00
|
|
|
|
|
|
|
circuitpython_tests:
|
|
|
|
test_directories:
|
|
|
|
- tests/basics
|
|
|
|
- tests/circuitpython
|
|
|
|
test_helper:
|
|
|
|
- tests/skip_if.py
|