Add cmocka to OSX build

pull/22/head
nirenjan 2020-06-27 22:20:40 -07:00
parent 681a8e8aa1
commit 108b7e2522
1 changed files with 2 additions and 2 deletions

View File

@ -42,9 +42,9 @@ addons:
- libusb
- gettext
# Ensure that gettext is available on OSX
# Ensure that build dependencies are available on OSX
before_script:
- if [ "$TRAVIS_OS_NAME" = osx ]; then brew install libusb gettext ; fi
- if [ "$TRAVIS_OS_NAME" = osx ]; then brew install libusb gettext cmocka ; fi
# Enable parallel make
env: