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-13-g35abb77


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_4_9-13-g35abb77
Date: Thu, 1 Sep 2016 20:39:14 +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=35abb77e90fc3fed0c138d3b1ef58bf46c0c4bc6

The branch, master has been updated
       via  35abb77e90fc3fed0c138d3b1ef58bf46c0c4bc6 (commit)
      from  f52a49d878009751f696e7c713698b52e0455d9c (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 35abb77e90fc3fed0c138d3b1ef58bf46c0c4bc6
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Sep 1 22:38:55 2016 +0200

    .gitlab-ci.yml: use shared gitlab.com runners for CI

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

Summary of changes:
 .gitlab-ci.yml |   22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dd40148..2133f00 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,8 @@
+image: centos:7
+
+before_script:
+ - yum install -y git make autoconf libtool automake gettext-devel glibc-devel 
gcc valgrind clang libasan-static libubsan libgcc.i686 glibc-devel.i686
+
 # See http://doc.gitlab.com/ce/ci/yaml/ for documentation.
 Build and Check (x86-64):
   script:
@@ -5,31 +10,38 @@ Build and Check (x86-64):
   except:
   - tags
   tags:
-  - x86-64
+  - shared
 Build and Check (x86):
   script:
-  - git submodule update --init && make autoreconf && ./configure 
--disable-doc && make -j4 && make -j4 check
+  - git submodule update --init && make autoreconf &&
+    PKG_CONFIG_PATH="/usr/lib/pkgconfig/" CFLAGS="-O2 -g -m32" LDFLAGS="-m32" 
./configure --build=i686-redhat-linux --target=i686-redhat-linux --disable-doc 
&& make -j4 && make -j4 check
   except:
   - tags
   tags:
-  - x86
+  - shared
 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
+  tags:
+  - shared
 Build and Check with asan:
   script:
   - git submodule update --init && make autoreconf && 
CFLAGS="-fsanitize=address -g
     -O2" LDFLAGS="-static-libasan" ./configure --disable-doc 
--disable-valgrind-tests && make -j4 && make check -j4
   except:
   - tags
+  tags:
+  - shared
 Build and Check with ubsan:
+  image: fedora:24
   script:
+  - yum install -y git make autoconf libtool automake gettext-devel 
glibc-devel gcc valgrind clang libasan-static libubsan libgcc.i686 
glibc-devel.i686
   - git submodule update --init && make autoreconf && 
CFLAGS="-fsanitize=undefined -fno-sanitize-recover -g
-    -O2" LDFLAGS="-static-libubsan" ./configure --disable-doc 
--disable-valgrind-tests && make -j4 && make check -j4
+    -O2" ./configure --disable-doc --disable-valgrind-tests && make -j4 && 
make check -j4
   tags:
-  - ubsan
+  - shared
   except:
   - tags


hooks/post-receive
-- 
GNU libtasn1



reply via email to

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