Try test script

This commit is contained in:
project-repo 2023-04-18 22:32:10 +02:00
commit 4ccbab7c6d
2 changed files with 8 additions and 0 deletions

View file

@ -8,4 +8,6 @@ on:
runs:
using: 'docker'
image: 'Dockerfile'
pre-entrypoint: '../../scripts/install-development-environment'
entrypoint: '../../scripts/test'

6
scripts/test Executable file
View 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