From 14f6019028c8d3446f7f8502e2adfabe25463f71 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6=20Fahlke?= <jorrit@jorrit.de>
Date: Wed, 9 Aug 2017 11:49:00 +0200
Subject: [PATCH] [CI] Also test with clang.

There is a strange failure with pacxx.  Lets see whether we can reproduce it
with plain clang.
---
 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f4be1912..1eef83f1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,6 +20,11 @@ git--gcc:
   script:
   - bin/duneci-perftool-small-test
 
+git--clang:
+  image: docker.io/hpc2se/perftool-base:git
+  script:
+  - bin/duneci-perftool-small-test --opts=/duneci/opts.clang
+
 git--pacxx:
   image: docker.io/hpc2se/pacxx-perftools-base:git
   script:
-- 
GitLab