Skip to content

Commit

Permalink
chore(linux): Add dependency to build.sh
Browse files Browse the repository at this point in the history
For integration tests ibus-keyman requires keyman-system-service to
be built, so we add this as a dependency.
  • Loading branch information
ermshiperete committed Sep 20, 2023
1 parent 704ba55 commit ad01caf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux/ibus-keyman/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ builder_describe \
"install install artifacts" \
"uninstall uninstall artifacts" \
"@/core:arch" \
"@../keyman-system-service:service" \
"--no-integration don't run integration tests" \
"--report create coverage report" \
"--coverage capture test coverage"
Expand Down

0 comments on commit ad01caf

Please sign in to comment.