]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Force link sqlite3 on OS X when doing Travis builds.
authorPeter Powell <petpow@saberuk.com>
Thu, 28 Jul 2016 14:32:13 +0000 (15:32 +0100)
committerPeter Powell <petpow@saberuk.com>
Thu, 28 Jul 2016 14:32:13 +0000 (15:32 +0100)
The system version of this library does not include support for pkg-config.

tools/travis-ci.sh

index 6fb6f22ca0058d9d650ca01753790a489c30f7d7..6dbc823008449e4581d91818804ff2d2027b68f4 100755 (executable)
@@ -8,6 +8,7 @@ elif [ "$TRAVIS_OS_NAME" = "osx" ]
 then
        brew update
        brew install geoip gnutls mysql-connector-c openssl pcre postgresql sqlite3 tre
+       brew link sqlite3 --force
 else
        >&2 echo "'$TRAVIS_OS_NAME' is an unknown Travis CI environment!"
        exit 1