mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Adjust ci
This commit is contained in:
parent
4291c6e124
commit
196c50aa05
1 changed files with 1 additions and 11 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
|
@ -1,4 +1,5 @@
|
|||
name: ci
|
||||
description: "CI"
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -7,15 +8,4 @@ on:
|
|||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
steps:
|
||||
- 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/
|
||||
- uses: actions/upload-artifact@v1
|
||||
if: failure()
|
||||
with:
|
||||
name: Cagebreak_Meson_Testlog
|
||||
path: builddir/meson-logs/testlog.txt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue