mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 05:25:59 +01:00
CI: drop focal, bullseye, add trixie
This commit is contained in:
parent
c11ba01cfb
commit
ec4b8afd44
1 changed files with 6 additions and 42 deletions
|
@ -44,42 +44,6 @@ test:archlinux:
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
# Debian 11 (bullseye)
|
|
||||||
build:debian-bullseye:
|
|
||||||
tags:
|
|
||||||
- pwmt
|
|
||||||
stage: build
|
|
||||||
image: registry.pwmt.org/pwmt/gitlab-runner-images/debian:bullseye
|
|
||||||
script:
|
|
||||||
- meson subprojects update
|
|
||||||
- mkdir -p build && cd build
|
|
||||||
- meson --force-fallback-for=girara ..
|
|
||||||
- ninja
|
|
||||||
cache:
|
|
||||||
<<: *girara_cache
|
|
||||||
artifacts:
|
|
||||||
expire_in: 1 day
|
|
||||||
paths:
|
|
||||||
- build
|
|
||||||
except:
|
|
||||||
- tags
|
|
||||||
|
|
||||||
test:debian-bullseye:
|
|
||||||
tags:
|
|
||||||
- pwmt
|
|
||||||
stage: test
|
|
||||||
image: registry.pwmt.org/pwmt/gitlab-runner-images/debian:bullseye
|
|
||||||
script:
|
|
||||||
- cd build
|
|
||||||
- ninja test
|
|
||||||
cache:
|
|
||||||
<<: *girara_cache
|
|
||||||
policy: pull
|
|
||||||
dependencies:
|
|
||||||
- build:debian-bullseye
|
|
||||||
except:
|
|
||||||
- tags
|
|
||||||
|
|
||||||
# Debian 12 (bookworm)
|
# Debian 12 (bookworm)
|
||||||
build:debian-bookworm:
|
build:debian-bookworm:
|
||||||
tags:
|
tags:
|
||||||
|
@ -116,12 +80,12 @@ test:debian-bookworm:
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
# Ubuntu 20.04 LTS (Focal)
|
# Debian 13 (trixie)
|
||||||
build:ubuntu-focal:
|
build:debian-trixie:
|
||||||
tags:
|
tags:
|
||||||
- pwmt
|
- pwmt
|
||||||
stage: build
|
stage: build
|
||||||
image: registry.pwmt.org/pwmt/gitlab-runner-images/ubuntu:focal
|
image: registry.pwmt.org/pwmt/gitlab-runner-images/debian:trixie
|
||||||
script:
|
script:
|
||||||
- meson subprojects update
|
- meson subprojects update
|
||||||
- mkdir -p build && cd build
|
- mkdir -p build && cd build
|
||||||
|
@ -136,11 +100,11 @@ build:ubuntu-focal:
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
test:ubuntu-focal:
|
test:debian-trixie:
|
||||||
tags:
|
tags:
|
||||||
- pwmt
|
- pwmt
|
||||||
stage: test
|
stage: test
|
||||||
image: registry.pwmt.org/pwmt/gitlab-runner-images/ubuntu:focal
|
image: registry.pwmt.org/pwmt/gitlab-runner-images/debian:trixie
|
||||||
script:
|
script:
|
||||||
- cd build
|
- cd build
|
||||||
- ninja test
|
- ninja test
|
||||||
|
@ -148,7 +112,7 @@ test:ubuntu-focal:
|
||||||
<<: *girara_cache
|
<<: *girara_cache
|
||||||
policy: pull
|
policy: pull
|
||||||
dependencies:
|
dependencies:
|
||||||
- build:ubuntu-focal
|
- build:debian-trixie
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue