mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-20 05:13:51 -07:00
travis-ci: install libgcrypt on osx.
This commit is contained in:
parent
35ece53d3b
commit
502eb5286a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ compiler:
|
||||||
- gcc
|
- gcc
|
||||||
matrix:
|
matrix:
|
||||||
before_install:
|
before_install:
|
||||||
- $CC --version
|
- if [ "$TRAVIS_OS_NAME" == "osx" ];then brew install libgcrypt; fi
|
||||||
before_script:
|
before_script:
|
||||||
./configure
|
./configure
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue