add missing OpenCL path

pull/2078/head
Gabriele Gristina 5 years ago
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…
Cancel
Save