mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Travis: Only trigger a compile, when C/C++ related files were touched (#4284)
This commit is contained in:
parent
9a3129da5e
commit
adad6e0a1c
3 changed files with 15 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
#!/bin/bash -e
|
||||
echo "Preparing for $TRAVIS_COMMIT_RANGE"
|
||||
. util/travis/common.sh
|
||||
|
||||
needs_compile || exit 0
|
||||
|
||||
if [[ $TRAVIS_OS_NAME == "linux" ]]; then
|
||||
sudo apt-get update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue