[gjs: 2/3] CI: add a GC zeal test



commit a0a14112ba9b8aa7b826efff4bd4cd6516ac9bfe
Author: Claudio André <claudioandre br gmail com>
Date:   Fri May 18 20:46:26 2018 -0300

    CI: add a GC zeal test

 .gitlab-ci.yml | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bafa48d7..43bf4171 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -297,3 +297,39 @@ packaging:
     name: review/$CI_COMMIT_REF_NAME
     url: https://gitlab.gnome.org/$CI_PROJECT_PATH/-/jobs/$CI_JOB_ID/artifacts/raw/${BUNDLE}
   when: manual
+
+#############################################
+# SpiderMonkey GC Tests
+#############################################
+zeal_2:
+  <<: *build
+  stage: thorough_tests
+  image: claudioandre/spidermonkey:fedora.debug.gcc
+  variables:
+    CC: gcc
+    DEV: devel
+    TEST: "check"
+    JS_GC_ZEAL: 2
+  when: manual
+
+zeal_4:
+  <<: *build
+  stage: thorough_tests
+  image: claudioandre/spidermonkey:fedora.debug.gcc
+  variables:
+    CC: gcc
+    DEV: devel
+    TEST: "check"
+    JS_GC_ZEAL: 4
+  when: manual
+
+zeal_11:
+  <<: *build
+  stage: thorough_tests
+  image: claudioandre/spidermonkey:fedora.debug.gcc
+  variables:
+    CC: gcc
+    DEV: devel
+    TEST: "check"
+    JS_GC_ZEAL: 11
+  when: manual


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]