mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-03-12 04:36:23 -07:00
20 lines
258 B
YAML
20 lines
258 B
YAML
language: c
|
|
sudo: required
|
|
dist: trusty
|
|
os:
|
|
- linux
|
|
- osx
|
|
arch:
|
|
- amd64
|
|
- ppc64le
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
matrix:
|
|
before_install:
|
|
- if [ "$TRAVIS_OS_NAME" == "osx" ];then brew install libgcrypt; fi
|
|
before_script:
|
|
./configure
|
|
script:
|
|
- make
|