]> git.ipfire.org Git - thirdparty/systemd.git/blob - semaphoreci/gcc-compilation.sh
Merge pull request #11714 from poettering/final-news-241
[thirdparty/systemd.git] / semaphoreci / gcc-compilation.sh
1 #!/bin/bash
2
3 set -ex
4
5 meson build -Dtests=unsafe -Dsplit-usr=true -Dslow-tests=true
6 ninja -C build
7 ninja -C build test
8 DESTDIR=/var/tmp/inst1 ninja -C build install