Fix glibcxxdebug build not using --enable-glibcxx-debug

* .gitlab-ci.yml (arch-gcc-glibcxxdebug): Pass configure flags to
distcheck.
This commit is contained in:
Alexandre Duret-Lutz 2020-04-14 23:34:01 +02:00
parent 306eca8ce1
commit 533640fa74

View file

@ -119,7 +119,7 @@ arch-gcc-glibcxxdebug:
- autoreconf -vfi
- ./configure --enable-devel --enable-c++17 --enable-glibcxx-debug
- make
- make distcheck
- make distcheck DISTCHECK_CONFIGURE_FLAGS='--enable-devel --enable-c++17 --enable-glibcxx-debug'
artifacts:
when: on_failure
paths: