mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-21 15:48:08 +00:00
add missing OpenCL path
This commit is contained in:
parent
3a9c22ab75
commit
d005095394
@ -60,6 +60,7 @@ test_script:
|
|||||||
only_commits:
|
only_commits:
|
||||||
files:
|
files:
|
||||||
- src/**/*
|
- src/**/*
|
||||||
- include/*
|
|
||||||
- deps/**/*
|
- deps/**/*
|
||||||
|
- include/*
|
||||||
|
- OpenCL/inc_*
|
||||||
- Makefile
|
- Makefile
|
||||||
|
@ -7,7 +7,7 @@ compiler:
|
|||||||
- gcc
|
- gcc
|
||||||
before_install:
|
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)|(OpenCL/)|(.hcmask)'
|
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
|
then
|
||||||
echo "No code changes detected, skip the CI build."
|
echo "No code changes detected, skip the CI build."
|
||||||
exit
|
exit
|
||||||
|
Loading…
Reference in New Issue
Block a user