[vala/wip/ci: 10/14] ci: Add ubuntu:devel run with clang and address-sanitizer
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/ci: 10/14] ci: Add ubuntu:devel run with clang and address-sanitizer
- Date: Fri, 5 Mar 2021 18:45:12 +0000 (UTC)
commit 399ac8189ecb2474e963ec1b6a5225d7516db2e5
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sat Feb 6 22:35:48 2021 +0100
ci: Add ubuntu:devel run with clang and address-sanitizer
.gitlab-ci.yml | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e6ea0d825..1238126a4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,6 +25,25 @@ fedora-gcc-x86_64:
- "doc/internal-apis"
expire_in: 2 days
+ubuntu-clang-asan:
+ stage: build
+ image: ubuntu:devel
+ except:
+ - tags
+ variables:
+ CC: clang
+ DEBIAN_FRONTEND: noninteractive
+ before_script:
+ - apt update
+ - apt install -y automake autoconf-archive libtool bison dbus flex clang git libglib2.0-dev
libgraphviz-dev libgirepository1.0-dev lcov xsltproc make valac
+ script:
+ - git fetch --tags
+ - ./autogen.sh --enable-test-asan
+ - make -j4
+ - make -j4 bootstrap
+ - make -j4 check VERBOSE=1
+ allow_failure: true
+
ubuntu-clang-x86_64:
stage: build
image: ubuntu:devel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]