mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
17 lines
231 B
YAML
17 lines
231 B
YAML
|
|
language: c
|
|
sudo: required
|
|
dist: trusty
|
|
os:
|
|
- linux
|
|
- osx
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
matrix:
|
|
before_install:
|
|
- if [ "$TRAVIS_OS_NAME" == "osx" ];then brew install libgcrypt; fi
|
|
before_script:
|
|
./configure
|
|
script:
|
|
- make
|