mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-04-26 18:11:26 +02:00
build: Fix gitlab CI configuration
Run «apt install» in non-interactive mode, and do not install Recommends. Replace build-essential, which is rather fat, with gcc and make. Execute autogen instead of autoreconf directly.
This commit is contained in:
parent
005b509061
commit
4c5e9b478e
@ -2,7 +2,7 @@ image: debian:stretch
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt update -qq
|
- apt update -qq
|
||||||
- apt install build-essential autoconf automake libtool
|
- apt install --no-install-recommends -y gcc make autoconf automake libtool
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- autogen
|
- autogen
|
||||||
@ -11,7 +11,7 @@ stages:
|
|||||||
|
|
||||||
autogen:
|
autogen:
|
||||||
stage: autogen
|
stage: autogen
|
||||||
script: autoreconf -f -i && ./configure
|
script: ./autogen && ./configure
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user