aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index af754881..e91764af 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,9 +39,6 @@ gcc/Stretch:
39 - ./bootstrap 39 - ./bootstrap
40 - ./configure $CONFIGURE_BASE_FLAGS --enable-build-type=debug --disable-sanitizers 40 - ./configure $CONFIGURE_BASE_FLAGS --enable-build-type=debug --disable-sanitizers
41 - make -j$(nproc) && make check 41 - make -j$(nproc) && make check
42 tags:
43 - shared
44 - linux
45 artifacts: 42 artifacts:
46 expire_in: 2 weeks 43 expire_in: 2 weeks
47 when: on_failure 44 when: on_failure
@@ -63,9 +60,6 @@ Sanitizers/Stretch:
63 - export ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-3.8/bin/llvm-symbolizer 60 - export ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-3.8/bin/llvm-symbolizer
64 - ./configure $CONFIGURE_BASE_FLAGS --disable-doc --enable-build-type=debug --enable-sanitizers 61 - ./configure $CONFIGURE_BASE_FLAGS --disable-doc --enable-build-type=debug --enable-sanitizers
65 - make -j$(nproc) && make check 62 - make -j$(nproc) && make check
66 tags:
67 - shared
68 - linux
69 artifacts: 63 artifacts:
70 expire_in: 2 weeks 64 expire_in: 2 weeks
71 when: on_failure 65 when: on_failure
@@ -83,9 +77,6 @@ Scan-Build/Debian:
83 - scan-build --use-cc=clang-3.8 ./configure $CONFIGURE_BASE_FLAGS --enable-build-type=debug --disable-sanitizers 77 - scan-build --use-cc=clang-3.8 ./configure $CONFIGURE_BASE_FLAGS --enable-build-type=debug --disable-sanitizers
84 - scan-build --use-cc="ccache clang-3.8" -v -enable-checker security,nullability --status-bugs -o scan-build make -j$(nproc) 78 - scan-build --use-cc="ccache clang-3.8" -v -enable-checker security,nullability --status-bugs -o scan-build make -j$(nproc)
85 - scan-build --use-cc="ccache clang-3.8" -v -enable-checker security,nullability --status-bugs -o scan-build make -k check 79 - scan-build --use-cc="ccache clang-3.8" -v -enable-checker security,nullability --status-bugs -o scan-build make -k check
86 tags:
87 - shared
88 - linux
89 except: 80 except:
90 - tags 81 - tags
91 artifacts: 82 artifacts:
@@ -102,9 +93,6 @@ MinGW/Debian:
102 - ./bootstrap 93 - ./bootstrap
103 - ./configure $CONFIGURE_BASE_FLAGS --build=x86_64-pc-linux-gnu --host=$PREFIX --enable-build-type=release 94 - ./configure $CONFIGURE_BASE_FLAGS --build=x86_64-pc-linux-gnu --host=$PREFIX --enable-build-type=release
104 - make -j$(nproc) 95 - make -j$(nproc)
105 tags:
106 - shared
107 - linux
108 96
109dist/Stretch: 97dist/Stretch:
110 image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_BUILD 98 image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_BUILD
@@ -113,9 +101,6 @@ dist/Stretch:
113 - ./bootstrap 101 - ./bootstrap
114 - ./configure $CONFIGURE_BASE_FLAGS --enable-build-type=release 102 - ./configure $CONFIGURE_BASE_FLAGS --enable-build-type=release
115 - make -j$(nproc) dist 103 - make -j$(nproc) dist
116 tags:
117 - shared
118 - linux
119 artifacts: 104 artifacts:
120 name: "$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA" 105 name: "$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
121 expire_in: 2 weeks 106 expire_in: 2 weeks