mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-19 02:23:15 +08:00
ci: test out-of-tree build
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -20,5 +20,6 @@ jobs:
|
|||||||
autoconf --version
|
autoconf --version
|
||||||
- run: |
|
- run: |
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
./configure --with-asan --with-ubsan
|
mkdir build && cd build
|
||||||
|
../configure --with-asan --with-ubsan
|
||||||
make -j$(nproc) check
|
make -j$(nproc) check
|
||||||
|
Reference in New Issue
Block a user