85f96c0c5824b4c71616d2ec0a8f077e799d0d0f
[platform/upstream/connectedhomeip.git] / third_party / ot-br-posix / repo / .travis.yml
1 language: python
2 python: "3.6"
3
4 dist: bionic
5 os: linux
6
7 cache:
8   directories:
9   - $HOME/.cache/tools
10
11 before_install: ./tests/scripts/bootstrap.sh
12 script: .travis/script.sh
13 after_success:
14   - .travis/after_success.sh
15
16 jobs:
17   include:
18     - env: BUILD_TARGET="docker-check" OTBR_COVERAGE=1 VERBOSE=1
19     - env: BUILD_TARGET="docker-check" OT_POSIX_CONFIG_RCP_BUS=SPI OTBR_COVERAGE=1 VERBOSE=1
20     - env: BUILD_TARGET="openwrt-check" VERBOSE=1
21     - env: BUILD_TARGET="meshcop" OTBR_COVERAGE=1 VERBOSE=1
22     - env: BUILD_TARGET="macOS"
23       os: osx
24       language: "generic"