diff options
Diffstat (limited to '')
-rw-r--r-- | build/mozconfig.artifact.automation | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/mozconfig.artifact.automation b/build/mozconfig.artifact.automation new file mode 100644 index 0000000000..fed5866b68 --- /dev/null +++ b/build/mozconfig.artifact.automation @@ -0,0 +1,6 @@ +# Common options for artifact builds to set automation steps. +# This gets included before mozconfig.automation. + +MOZ_AUTOMATION_BUILD_SYMBOLS=0 +MOZ_AUTOMATION_PACKAGE_GENERATED_SOURCES=0 +MOZ_AUTOMATION_ARTIFACT_BUILDS=1 |