1 # Common options for testing artifact builds in automation.
3 # Enable the artifact build.
4 ac_add_options --enable-artifact-builds
5 if test -n "$MOZ_ARTIFACT_TASK_WIN32_OPT" -a -n "$MOZ_ENABLE_FULL_SYMBOLS"; then
6 ac_add_options --enable-artifact-build-symbols=full
8 ac_add_options --enable-artifact-build-symbols
11 . "$topsrcdir/build/mozconfig.no-compile"