mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-19 14:17:40 +00:00
maint(common): re-add build-utils.sh in order to pass all builds
The file build-utils.sh can be deleted in a follow-up PR once #14449 hits master.
This commit is contained in:
parent
ebe7a137ea
commit
0bcce97540
1 changed files with 6 additions and 0 deletions
6
resources/build/build-utils.sh
Executable file
6
resources/build/build-utils.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# TODO: remove this file in v19.0. Used only by deb-packaging.yml
|
||||
echo "WARNING: build-utils.sh is deprecated. Use instead builder-basic.inc.sh"
|
||||
THIS_SCRIPT="$(readlink -f "${BASH_SOURCE[0]}")"
|
||||
. "${THIS_SCRIPT%/*}/builder-basic.inc.sh"
|
||||
Loading…
Add table
Reference in a new issue