mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
ci: Add missing "except: tags"
This commit is contained in:
parent
68d99c766b
commit
34e0c5a799
@ -14,6 +14,8 @@ variables:
|
|||||||
|
|
||||||
fedora-meson-x86_64:
|
fedora-meson-x86_64:
|
||||||
stage: build
|
stage: build
|
||||||
|
except:
|
||||||
|
- tags
|
||||||
variables:
|
variables:
|
||||||
CFLAGS: "-coverage -ftest-coverage -fprofile-arcs"
|
CFLAGS: "-coverage -ftest-coverage -fprofile-arcs"
|
||||||
script:
|
script:
|
||||||
@ -24,8 +26,6 @@ fedora-meson-x86_64:
|
|||||||
- cd ..
|
- cd ..
|
||||||
- mkdir -p _coverage
|
- mkdir -p _coverage
|
||||||
- lcov --rc lcov_branch_coverage=1 --directory . --capture --no-external --output-file "_coverage/${CI_JOB_NAME}.lcov"
|
- lcov --rc lcov_branch_coverage=1 --directory . --capture --no-external --output-file "_coverage/${CI_JOB_NAME}.lcov"
|
||||||
except:
|
|
||||||
- tags
|
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "glib-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
|
name: "glib-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
|
||||||
when: always
|
when: always
|
||||||
@ -59,6 +59,8 @@ fedora-meson-mingw64:
|
|||||||
|
|
||||||
msys2-mingw32:
|
msys2-mingw32:
|
||||||
stage: build
|
stage: build
|
||||||
|
except:
|
||||||
|
- tags
|
||||||
tags:
|
tags:
|
||||||
- win32
|
- win32
|
||||||
variables:
|
variables:
|
||||||
@ -76,6 +78,8 @@ msys2-mingw32:
|
|||||||
|
|
||||||
vs2017-x64:
|
vs2017-x64:
|
||||||
stage: build
|
stage: build
|
||||||
|
except:
|
||||||
|
- tags
|
||||||
tags:
|
tags:
|
||||||
- win32
|
- win32
|
||||||
script:
|
script:
|
||||||
@ -98,13 +102,13 @@ coverage:
|
|||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
only:
|
||||||
|
- master
|
||||||
script:
|
script:
|
||||||
- mv _coverage/ public/
|
- mv _coverage/ public/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
only:
|
|
||||||
- master
|
|
||||||
|
|
||||||
dist-job:
|
dist-job:
|
||||||
stage: build
|
stage: build
|
||||||
|
Loading…
Reference in New Issue
Block a user