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=0570b22afd6b771d55bcac2503759b082ddc86a7

The branch, master has been updated
       via  0570b22afd6b771d55bcac2503759b082ddc86a7 (commit)
      from  57b3490e9789b084b44ab4f20456a2dad2ebb323 (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 0570b22afd6b771d55bcac2503759b082ddc86a7
Author: Nikos Mavrogiannopoulos <n...@redhat.com>
Date:   Mon Feb 29 09:33:59 2016 +0100

    Added .gitlab-ci.yml

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

Summary of changes:
 .gitlab-ci.yml |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..c33b6e7
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,12 @@
+# See http://doc.gitlab.com/ce/ci/yaml/ for documentation.
+Build and Check (x86-64):
+  script:
+  - git submodule update --init && make autoreconf && ./configure && make -j4 
&& make -j4 check
+  except:
+  - tags
+Build and Check with asan:
+  script:
+  - git submodule update --init && make autoreconf && 
CFLAGS="-fsanitize=address -g
+    -O2" LDFLAGS="-static-libasan" ./configure --disable-valgrind-tests && 
make -j4 && make check -j4
+  except:
+  - tags


hooks/post-receive
-- 
GNU libtasn1

Reply via email to