mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-23 14:04:19 +02:00
Add release job
This commit is contained in:
parent
347c114c22
commit
b2dc584d84
1 changed files with 12 additions and 0 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
|
@ -28,4 +28,16 @@ jobs:
|
|||
- run: meson setup build -Dxwayland=true -Dman-pages=true --buildtype=release
|
||||
- run: ninja -C build
|
||||
- run: meson test -C build --suite basic -v
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: archlinux:latest
|
||||
steps:
|
||||
- run: pacman-key --init
|
||||
- run: pacman -Syu --noconfirm git sudo
|
||||
- uses: actions/checkout@v3
|
||||
- run: bash scripts/install-development-environment
|
||||
- run: meson setup build -Dxwayland=true -Dman-pages=true --buildtype=release
|
||||
- run: ninja -C build
|
||||
- run: meson test -C build --suite release -v
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue