mirror of
https://github.com/mirror/wget.git
synced 2025-02-14 05:40:21 +08:00
* .gitlab-ci.yml: Add wgettestingserver to /etc/hosts
This commit is contained in:
parent
5337b94ce5
commit
9aa894853f
@ -14,6 +14,9 @@ variables:
|
|||||||
Debian GNU/Linux build:
|
Debian GNU/Linux build:
|
||||||
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_BUILD
|
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_BUILD
|
||||||
script:
|
script:
|
||||||
|
- apt-get -y install texlive
|
||||||
|
- echo "127.0.0.1 wgettestingserver" >>/etc/hosts
|
||||||
|
- cat /etc/hosts
|
||||||
- touch .manywarnings
|
- touch .manywarnings
|
||||||
- alias make="make -j$(nproc)"
|
- alias make="make -j$(nproc)"
|
||||||
- ./bootstrap
|
- ./bootstrap
|
||||||
|
Loading…
Reference in New Issue
Block a user