Skip to content

Commit

Permalink
chore(ci/cd): improve build
Browse files Browse the repository at this point in the history
  • Loading branch information
markuslf committed Jan 23, 2025
1 parent 8be9e3a commit 676be97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/shared/shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ compile_plugins() {
nuitka \
--assume-yes-for-downloads \
--output-dir=/tmp/output/check-plugins/ \
--remove-output \
--standalone \
"$dir/$check"
# remove ".bin" suffix
Expand All @@ -31,6 +32,7 @@ compile_plugins() {
nuitka \
--assume-yes-for-downloads \
--output-dir=/tmp/output/notification-plugins/ \
--remove-output \
--standalone \
"$dir/$notification"
# remove ".bin" suffix
Expand Down

0 comments on commit 676be97

Please sign in to comment.