summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-07-08 08:31:14 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-07-08 08:31:14 +0200
commitee6662412559a06b3ec85878c617214bd045ccdd (patch)
treefa6c3f060373d431a69e3bd33036f5293582c36f
parent6bb6a1a10fdf01c618be5bde0beeb65a1c90f866 (diff)
downloadlibtasn1-ee6662412559a06b3ec85878c617214bd045ccdd.tar.gz
.gitlab-ci.yml: added separate builds for x86 and x86_64
-rw-r--r--.gitlab-ci.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e98955e..fc9b397 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,15 @@ Build and Check (x86-64):
- git submodule update --init && make autoreconf && ./configure --disable-doc && make -j4 && make -j4 check
except:
- tags
+ tags:
+ - x86-64
+Build and Check (x86):
+ script:
+ - git submodule update --init && make autoreconf && ./configure --disable-doc && make -j4 && make -j4 check
+ except:
+ - tags
+ tags:
+ - x86
Build and Check with asan:
script:
- git submodule update --init && make autoreconf && CFLAGS="-fsanitize=address -g