mosquitto/travis-configure.sh
2016-06-07 16:56:15 +01:00

6 lines
65 B
Bash
Executable File

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