mosquitto/travis-configure.sh

6 lines
65 B
Bash
Raw Normal View History

2016-06-07 15:56:15 +00:00
#!/bin/bash
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
cmake .
fi