From d311cf7d086fa1bd2cb7d7bae546e8388c6ffaed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 7 Dec 2021 16:43:17 +0100 Subject: ci: test out-of-tree build --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db236d4..f9790cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,5 +20,6 @@ jobs: autoconf --version - run: | ./bootstrap.sh - ./configure --with-asan --with-ubsan + mkdir build && cd build + ../configure --with-asan --with-ubsan make -j$(nproc) check -- cgit v1.2.1