From 19f4f86bfed21c5326ed2acebe1163f3a83e832b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 04:25:50 +0200 Subject: Adding upstream version 241. Signed-off-by: Daniel Baumann --- semaphoreci/gcc-compilation.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 semaphoreci/gcc-compilation.sh (limited to 'semaphoreci/gcc-compilation.sh') diff --git a/semaphoreci/gcc-compilation.sh b/semaphoreci/gcc-compilation.sh new file mode 100755 index 0000000..0e0c837 --- /dev/null +++ b/semaphoreci/gcc-compilation.sh @@ -0,0 +1,8 @@ +#!/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 -- cgit v1.2.3