ci: test out-of-tree build

This commit is contained in:
Jörg Thalheim
2021-12-07 16:43:17 +01:00
parent ce99c93c57
commit d311cf7d08

View File

@@ -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