mirror of
https://git.proxmox.com/git/systemd
synced 2025-06-11 23:50:47 +00:00
9 lines
165 B
Bash
Executable File
9 lines
165 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
meson build -Dtests=unsafe -Dsplit-usr=true -Dslow-tests=true
|
|
ninja -C build
|
|
ninja -C build test
|
|
DESTDIR=/var/tmp/inst1 ninja -C build install
|