1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-26 18:21:04 +00:00

Travis: Only trigger a compile, when C/C++ related files were touched (#4284)

This commit is contained in:
Tim 2016-10-15 17:59:23 +02:00 committed by est31
parent 9a3129da5e
commit adad6e0a1c
3 changed files with 15 additions and 0 deletions

View file

@ -1,4 +1,7 @@
#!/bin/bash -e
. util/travis/common.sh
needs_compile || exit 0
if [[ $PLATFORM == "Unix" ]]; then
mkdir -p travisbuild