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