Bug 1625482 [wpt PR 22496] - [ScrollTimeline] Do not show scrollbar to bypass flakine...
[gecko.git] / build / mozconfig.artifact
blob25a4eb497ee92673d21f6e4e65fd79f97074796a
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 -z "$MOZ_DISABLE_FULL_SYMBOLS"; then
6   ac_add_options --enable-artifact-build-symbols=full
7 else
8   ac_add_options --enable-artifact-build-symbols
9 fi
11 . "$topsrcdir/build/mozconfig.no-compile"