Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cronjobs: expand script to run stand-alone #1215

Merged
merged 16 commits into from
Nov 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
compile_addons_git.sh: run 2 make jobs in parallel
neteler committed Oct 7, 2024
commit a5f11d5c31cb706d7d28d8be5b122d5f6da0ce16
4 changes: 2 additions & 2 deletions utils/cronjobs_osgeo_lxd/compile_addons_git.sh
Original file line number Diff line number Diff line change
@@ -151,8 +151,8 @@ for c in "db" "display" "general" "gui/wxpython" "imagery" "misc" "raster" "rast
fi
fi
echo "<tr><td><tt>$c/$m</tt></td>" >> "$ADDON_PATH/logs/${INDEX_FILE}.html"
make MODULE_TOPDIR="$TOPDIR" clean > /dev/null 2>&1
make MODULE_TOPDIR="$TOPDIR" \
make -j2 MODULE_TOPDIR="$TOPDIR" clean > /dev/null 2>&1
make -j2 MODULE_TOPDIR="$TOPDIR" \
BIN="$path/bin" \
HTMLDIR="$path/docs/html" \
MANBASEDIR="$path/docs/man" \