mirror of
https://github.com/espressif/openthread.git
synced 2026-08-02 00:57:47 +00:00
Add osx to travis. (#48)
This commit is contained in:
+6
-1
@@ -1,7 +1,12 @@
|
||||
language: cpp
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
before_install:
|
||||
- sudo apt-get install python-pexpect
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install python-pexpect; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sudo easy_install pexpect; fi
|
||||
|
||||
script:
|
||||
- ./bootstrap-configure --enable-minimum-set-of-tests
|
||||
|
||||
Reference in New Issue
Block a user