libtasn1-commit
[Top][All Lists]
Advanced

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

[SCM] GNU libtasn1 branch, master, updated. libtasn1_4_9-12-gf52a49d


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_4_9-12-gf52a49d
Date: Wed, 27 Jul 2016 07:14:22 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU libtasn1".

http://git.savannah.gnu.org/cgit/libtasn1.git/commit/?id=f52a49d878009751f696e7c713698b52e0455d9c

The branch, master has been updated
       via  f52a49d878009751f696e7c713698b52e0455d9c (commit)
      from  5d7cf5cb67efbf622ca1b353bbb1afd900fabe4c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f52a49d878009751f696e7c713698b52e0455d9c
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Wed Jul 27 09:14:17 2016 +0200

    .gitlab-ci.yml: added build with clang

-----------------------------------------------------------------------

Summary of changes:
 .gitlab-ci.yml |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fc9b397..dd40148 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,6 +13,12 @@ Build and Check (x86):
   - tags
   tags:
   - x86
+Build and Check with clang:
+  script:
+  - git submodule update --init && make autoreconf && CC=clang 
+    ./configure --disable-doc --disable-valgrind-tests && make -j4 && make 
check -j4
+  except:
+  - tags
 Build and Check with asan:
   script:
   - git submodule update --init && make autoreconf && 
CFLAGS="-fsanitize=address -g


hooks/post-receive
-- 
GNU libtasn1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]