aboutsummaryrefslogtreecommitdiff
path: root/util/travis_utils.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/travis_utils.sh')
-rwxr-xr-xutil/travis_utils.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/travis_utils.sh b/util/travis_utils.sh
index e3d806dfb..e949946e2 100755
--- a/util/travis_utils.sh
+++ b/util/travis_utils.sh
@@ -12,6 +12,7 @@ TRAVIS_COMMIT_RANGE="${TRAVIS_COMMIT_RANGE:-HEAD~1..HEAD}"
12# Extra variables 12# Extra variables
13LOCAL_BRANCH=$(git rev-parse --abbrev-ref HEAD) 13LOCAL_BRANCH=$(git rev-parse --abbrev-ref HEAD)
14QMK_CHANGES=$(git diff --name-only -n 1 ${TRAVIS_COMMIT_RANGE}) 14QMK_CHANGES=$(git diff --name-only -n 1 ${TRAVIS_COMMIT_RANGE})
15NUM_CORE_CHANGES=$(echo "$QMK_CHANGES" | grep -Ec -e '^Makefile' -e '^[^/]*.mk' -e '^drivers/' -e '^lib/atsam' -e '^lib/lib8tion/' -e '^platforms' -e '^quantum' -e '^tests' -e '^tmk_core')
15 16
16# if docker is installed - patch calls to within the qmk docker image 17# if docker is installed - patch calls to within the qmk docker image
17if command -v docker >/dev/null; then 18if command -v docker >/dev/null; then