mirror of
https://github.com/mirror/wget.git
synced 2025-02-05 09:10:12 +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:
|
||||
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_BUILD
|
||||
script:
|
||||
- apt-get -y install texlive
|
||||
- echo "127.0.0.1 wgettestingserver" >>/etc/hosts
|
||||
- cat /etc/hosts
|
||||
- touch .manywarnings
|
||||
- alias make="make -j$(nproc)"
|
||||
- ./bootstrap
|
||||
|
Loading…
Reference in New Issue
Block a user