mosquitto/travis-configure.sh

6 lines
65 B
Bash
Raw Normal View History

#!/bin/bash
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
cmake .
fi