Fix glibcxxdebug build not using --enable-glibcxx-debug
* .gitlab-ci.yml (arch-gcc-glibcxxdebug): Pass configure flags to distcheck.
This commit is contained in:
parent
306eca8ce1
commit
533640fa74
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ arch-gcc-glibcxxdebug:
|
||||||
- autoreconf -vfi
|
- autoreconf -vfi
|
||||||
- ./configure --enable-devel --enable-c++17 --enable-glibcxx-debug
|
- ./configure --enable-devel --enable-c++17 --enable-glibcxx-debug
|
||||||
- make
|
- make
|
||||||
- make distcheck
|
- make distcheck DISTCHECK_CONFIGURE_FLAGS='--enable-devel --enable-c++17 --enable-glibcxx-debug'
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_failure
|
when: on_failure
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue