mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-23 14:04:19 +02:00
Adjust ci script
This commit is contained in:
parent
d7e3226685
commit
4291c6e124
1 changed files with 14 additions and 17 deletions
31
.github/workflows/ci.yml
vendored
31
.github/workflows/ci.yml
vendored
|
|
@ -4,21 +4,18 @@ on:
|
|||
push:
|
||||
branches: [ "feature/continuous-integration", "development" ]
|
||||
|
||||
jobs:
|
||||
|
||||
linux:
|
||||
runs-on:
|
||||
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
|
||||
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