summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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