mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
This generates the `--tar-ignore`s to avoid having to manually maintain the list when adding new files or folders for other platforms. Instead now we have a list of files and directories to include, and a list of exceptions to exclude from the includes. From that we generate the tar-ignore list. Fixes: #14563 Test-bot: skip
6 lines
153 B
Bash
Executable file
6 lines
153 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -eu
|
|
|
|
"$(dirname "$0")/deb-packaging.tests.sh"
|
|
"$(dirname "$0")/verify_api.tests.sh"
|
|
"$(dirname "$0")/package-build.inc.tests.sh"
|