Unverified Commit 7bed2f34 by Edward Thomson Committed by GitHub

Merge pull request #4744 from libgit2/ethomson/travis

ci: set PKG_CONFIG_PATH for travis
parents 5d0070e1 abf53363
......@@ -19,6 +19,7 @@ env:
- MBEDTLS_DIR=/tmp/mbedtls
- SKIP_APT=1
- SKIP_MBEDTLS_INSTALL=1
- PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig
matrix:
- CMAKE_OPTIONS="-DTHREADSAFE=ON -DENABLE_TRACE=ON -DCMAKE_BUILD_TYPE=Release"
- CMAKE_OPTIONS="-DTHREADSAFE=OFF -DBUILD_EXAMPLES=ON"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment