gitlab-ci: use the included GNU ltdl sources
* .gitlab-ci.yml: Here.
This commit is contained in:
parent
c2c8d21538
commit
9038e48ea4
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ debian-gcc-snapshot:
|
||||||
script:
|
script:
|
||||||
- export PATH="/usr/lib/gcc-snapshot/bin:$PATH" LD_LIBRARY_PATH="/usr/lib/gcc-snapshot/lib:$LD_LIBRARY_PATH"
|
- export PATH="/usr/lib/gcc-snapshot/bin:$PATH" LD_LIBRARY_PATH="/usr/lib/gcc-snapshot/lib:$LD_LIBRARY_PATH"
|
||||||
- autoreconf -vfi
|
- autoreconf -vfi
|
||||||
- ./configure CXX='g++'
|
- ./configure --with-included-ltdl CXX='g++'
|
||||||
- make
|
- make
|
||||||
- make distcheck
|
- make distcheck
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue