diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2017-08-15 15:45:27 -0700 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2017-08-15 18:45:27 -0400 |
| commit | e00b3190ede75b37fb1ff91bd9ca6d53c38d921d (patch) | |
| tree | e9c378f6c90e01256aeedb41ce3ef4d4c196433b /.rosie.yml | |
| parent | fab634e3eeb456e9d5dffa2cabb9ded39c45d6b6 (diff) | |
Have the build script upload artifacts to Rosie when travis is building a pull request. (#191)
Diffstat (limited to '.rosie.yml')
| -rw-r--r-- | .rosie.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.rosie.yml b/.rosie.yml index d0e9fe2e2..7fee7e960 100644 --- a/.rosie.yml +++ b/.rosie.yml @@ -2,8 +2,11 @@ # builds them) and where to find the tests. binaries: - prebuilt_s3: adafruit-circuit-python - file_pattern: bin/{board}/adafruit-circuitpython-{board}-*-{short_sha}.{extension} + prebuilt_s3: + bucket: adafruit-circuit-python + file_pattern: bin/{board}/adafruit-circuitpython-{board}-*-{short_sha}.{extension} + rosie_upload: + file_pattern: adafruit-circuitpython-{board}-{short_sha}.{extension} circuitpython_tests: test_directories: |
