1
mirror of https://github.com/hashcat/hashcat synced 2024-09-27 16:01:19 +02:00
hashcat/.travis.yml
2019-07-01 17:29:57 +02:00

17 lines
434 B
YAML

os:
- linux
- osx
language: c
compiler:
- clang
- gcc
before_install:
- |
if ! git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(.md)|(.vc)|(.tc)|(.pm)|(.diff)|(.pl)|(.sh)|(.cmd)|(.hash)|(.cl)|(.yaml)|(.rule)|(.hckmap)|(.charset)|(.yml)|(.editorconfig)|(.gitattributes)|(.gitignore)|(.lock)|(.hcmask)'
then
echo "No code changes detected, skip the CI build."
exit
fi
script:
- make