diff options
| author | QMK Bot <hello@qmk.fm> | 2020-11-30 19:20:22 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2020-11-30 19:20:22 +0000 |
| commit | 4a5388a2b60b971542af4b2302f0208f05ca84f5 (patch) | |
| tree | e2b78e79aa1eb1dd5521d0a62b32e5167534ff30 /util/travis_utils.sh | |
| parent | 3cc7d22732e201d5fd83931e5cfee21f83fd2352 (diff) | |
| parent | 8724a70c4c4329f09b9cf6dbda4dbefaaf3a3ee9 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'util/travis_utils.sh')
| -rwxr-xr-x | util/travis_utils.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/travis_utils.sh b/util/travis_utils.sh index e3d806dfba..e949946e22 100755 --- a/util/travis_utils.sh +++ b/util/travis_utils.sh @@ -12,6 +12,7 @@ TRAVIS_COMMIT_RANGE="${TRAVIS_COMMIT_RANGE:-HEAD~1..HEAD}" # Extra variables LOCAL_BRANCH=$(git rev-parse --abbrev-ref HEAD) QMK_CHANGES=$(git diff --name-only -n 1 ${TRAVIS_COMMIT_RANGE}) +NUM_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') # if docker is installed - patch calls to within the qmk docker image if command -v docker >/dev/null; then |
