mosquitto/travis-configure.sh
2016-03-15 11:44:23 +00:00

6 lines
65 B
Bash
Executable File

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