summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2021-12-07 16:43:17 +0100
committerJörg Thalheim <joerg@thalheim.io>2021-12-07 16:44:59 +0100
commitd311cf7d086fa1bd2cb7d7bae546e8388c6ffaed (patch)
treefe068b21aed01430700868f3c845dbb2baa0c38d
parentce99c93c579f69ecdebcb48b0f8d0eb46d783b08 (diff)
downloadpatchelf-d311cf7d086fa1bd2cb7d7bae546e8388c6ffaed.tar.gz
ci: test out-of-tree build
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
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