ci: Use builddir != srcdir

This commit is contained in:
Bastien Nocera
2021-03-30 11:23:46 +02:00
parent 32f8317d04
commit 38b8e65e00

View File

@@ -21,7 +21,9 @@ build-fedora:
- dnf update -y --nogpgcheck - dnf update -y --nogpgcheck
- dnf -y install --nogpgcheck $FEDORA_DEPENDENCIES - dnf -y install --nogpgcheck $FEDORA_DEPENDENCIES
script: script:
- ./autogen.sh --disable-dependency-tracking - mkdir _build
- cd _build
- ../autogen.sh --disable-dependency-tracking
- make - make
- make install - make install
- make distcheck - make distcheck