thc-hydra/.travis.yml
2020-10-20 21:04:31 +05:30

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