Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
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
4 changes: 2 additions & 2 deletions sorc/build_gdas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ shift $((OPTIND-1))
# double quoting opts will not work since it is a string of options
# shellcheck disable=SC2086
BUILD_JOBS="${BUILD_JOBS:-8}" \
WORKFLOW_BUILD="ON" \
WORKFLOW_TESTS="OFF" \
WORKFLOW_BUILD="${WORKFLOW_BUILD:-"ON"}" \
WORKFLOW_TESTS="${WORKFLOW_TESTS:-"OFF"}" \
./gdas.cd/build.sh ${_opts} -f

exit
2 changes: 1 addition & 1 deletion sorc/gdas.cd
Submodule gdas.cd updated 113 files