mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-19 06:07:40 +00:00
chore(linux): Add support for --no-integration flag to build files
This allows to use the `linux/build.sh` file to specify the `--no-integration` flag which makes it easier to specify jobs on CI because it then doesn't need to know all subprojects.
This commit is contained in:
parent
a61d95f419
commit
d20cc6978c
3 changed files with 5 additions and 2 deletions
|
|
@ -22,7 +22,8 @@ builder_describe \
|
|||
"build" \
|
||||
"test" \
|
||||
"install install artifacts" \
|
||||
"uninstall uninstall artifacts"
|
||||
"uninstall uninstall artifacts" \
|
||||
"--no-integration+ don't run integration tests"
|
||||
|
||||
builder_parse "$@"
|
||||
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ builder_describe \
|
|||
"test" \
|
||||
"install install artifacts" \
|
||||
"uninstall uninstall artifacts" \
|
||||
"--no-integration don't run integration tests"
|
||||
|
||||
builder_parse "$@"
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,8 @@ builder_describe \
|
|||
"build" \
|
||||
"test" \
|
||||
"install install artifacts" \
|
||||
"uninstall uninstall artifacts"
|
||||
"uninstall uninstall artifacts" \
|
||||
"--no-integration don't run integration tests"
|
||||
|
||||
builder_parse "$@"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue