mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Travis: Only trigger a compile, when C/C++ related files were touched (#4284)
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
#!/bin/bash -e
|
||||
. util/travis/common.sh
|
||||
|
||||
needs_compile || exit 0
|
||||
|
||||
if [[ $PLATFORM == "Unix" ]]; then
|
||||
mkdir -p travisbuild
|
||||
|
Reference in New Issue
Block a user