summaryrefslogtreecommitdiffstats
path: root/build/mozconfig.artifact
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--build/mozconfig.artifact11
-rw-r--r--build/mozconfig.artifact.automation6
2 files changed, 17 insertions, 0 deletions
diff --git a/build/mozconfig.artifact b/build/mozconfig.artifact
new file mode 100644
index 0000000000..b2b12d0faf
--- /dev/null
+++ b/build/mozconfig.artifact
@@ -0,0 +1,11 @@
+# Common options for testing artifact builds in automation.
+
+# Enable the artifact build.
+ac_add_options --enable-artifact-builds
+if test -n "$MOZ_ARTIFACT_TASK_WIN32_OPT" -a -n "$MOZ_ENABLE_FULL_SYMBOLS"; then
+ ac_add_options --enable-artifact-build-symbols=full
+else
+ ac_add_options --enable-artifact-build-symbols
+fi
+
+. "$topsrcdir/build/mozconfig.no-compile"
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