Add check script for upstream rebase
This commit is contained in:
12
rebase-check.sh
Executable file
12
rebase-check.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
msg=$(git log -1 --pretty=%s)
|
||||
case "$msg" in
|
||||
"Update: Translations from eints"*)
|
||||
echo "⏩ Skipping build for translation commit"
|
||||
;;
|
||||
*)
|
||||
cd build && ninja -j 20 openttd
|
||||
;;
|
||||
esac
|
||||
|
||||
# cd build && make -j 10
|
||||
Reference in New Issue
Block a user