We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e7194 commit bafff5dCopy full SHA for bafff5d
build.sh
@@ -322,6 +322,12 @@ case "${cmd}" in
322
PRESET="${OS_TYPE}-debug-examples"
323
configure
324
build
325
+ if [[ "${DO_BUNDLE}" == "1" ]]; then
326
+ install_bundle
327
+ if [[ "${DO_ARCHIVE}" == "1" ]]; then
328
+ archive_bundle
329
+ fi
330
331
;;
332
release)
333
BUILD_TYPE="Release"
@@ -342,6 +348,12 @@ case "${cmd}" in
342
348
PRESET="${OS_TYPE}-release-examples"
343
349
344
350
351
352
353
354
355
356
345
357
346
358
clean)
347
359
clean
0 commit comments