mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 15:21:37 +03:00
841e104901
It should make it easier to tweak them without having access to SemaphoreCI itself (I'm glad I'm an admin there now but it shouldn't be necessary to be an admin to add a couple of kludges :-)). More importantly, changes to the settings will go through review and be tested before they're applied globally potentially breaking Semaphore as it happened two days ago. I'll point Semaphore CI to these scripts once the PR is merged.
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
|