summaryrefslogtreecommitdiff
path: root/.rosie.yml
blob: 3f7f9bb1d7bdeb358a631ec8d9f9d14fd8523e8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This configuration file tells Rosie where to find prebuilt .bin files (Travis
# builds them) and where to find the tests.

binaries:
    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:
        - tests/basics
        - tests/circuitpython
    test_helper:
        - tests/skip_if.py