[gjs: 1/3] CI: enable ASAN



commit e2bcb23f04425e1f25a6d7048842f799e5b80eb3
Author: Claudio André <claudioandre br gmail com>
Date:   Tue Mar 13 09:14:49 2018 -0300

    CI: enable ASAN

 .gitlab-ci.yml | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0b8efa7..73a2b0c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -98,7 +98,6 @@ fedora_clang:
   variables:
     CC: clang
     DEV: devel
-    BUILD_OPTS: "--enable-ubsan"
   except:
     - /^wip\/.*/
   allow_failure: true
@@ -114,6 +113,24 @@ coverage:
   except:
     - /^wip\/.*/
 
+sanitizer_gcc:
+  <<: *build
+  stage: thorough_tests
+  image: claudioandre/spidermonkey:fedora.dev.gcc
+  variables:
+    CC: gcc
+    DEV: devel
+    BUILD_OPTS: "--enable-asan --enable-ubsan"
+
+sanitizer_clang:
+  <<: *build
+  stage: thorough_tests
+  image: claudioandre/spidermonkey:new-342.4  # temporarily pinned to old tag
+  variables:
+    CC: clang
+    DEV: devel
+    BUILD_OPTS: "--enable-asan --enable-ubsan"
+
 codequality:
   stage: thorough_tests
   image: docker:latest


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