diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2024-06-14 12:18:38 +0200 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2024-06-14 21:19:15 +0200 |
commit | 7f28cb410dd93a0a4cd924254b113282bfe784b4 (patch) | |
tree | f697ae0c59c0ca4d3a34aff9edc41cc4c67ed2cc | |
parent | 2534aab3f96c0284203b6566c399623332bccd71 (diff) | |
download | libmicrohttpd-7f28cb410dd93a0a4cd924254b113282bfe784b4.tar.gz libmicrohttpd-7f28cb410dd93a0a4cd924254b113282bfe784b4.zip |
Remove tags from .gitlab-ci.yml
-rw-r--r-- | .gitlab-ci.yml | 15 |
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 | ||
109 | dist/Stretch: | 97 | dist/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 |