mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-22 05:24:22 +02:00
Try test script
This commit is contained in:
parent
196c50aa05
commit
4ccbab7c6d
2 changed files with 8 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -8,4 +8,6 @@ on:
|
|||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
pre-entrypoint: '../../scripts/install-development-environment'
|
||||
entrypoint: '../../scripts/test'
|
||||
|
||||
|
|
|
|||
6
scripts/test
Executable file
6
scripts/test
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd ..
|
||||
meson setup build -Dxwayland=true -Dman-pages=true --buildtype=release
|
||||
ninja -C build
|
||||
meson test -C build
|
||||
Loading…
Add table
Add a link
Reference in a new issue