mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-13 17:19:11 +02:00
6 lines
125 B
Bash
Executable file
6 lines
125 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd ..
|
|
meson setup build -Dxwayland=true -Dman-pages=true --buildtype=release
|
|
ninja -C build
|
|
meson test -C build
|