mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-05-13 10:59:58 +02:00
build: Use apt-get instead of apt in the GitLab CI
The former is to be used programmatically, while the latter is intended for interactive use.
This commit is contained in:
parent
c0d86a6412
commit
a9fc285988
@ -2,8 +2,9 @@ image: debian:buster
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
before_script:
|
before_script:
|
||||||
- apt update -qq
|
- apt-get update -qq
|
||||||
- apt install -qq -y --no-install-recommends git gcc make autoconf automake libtool libmd-dev
|
- apt-get install -qq -y --no-install-recommends
|
||||||
|
git gcc make autoconf automake libtool libmd-dev
|
||||||
script:
|
script:
|
||||||
- ./autogen && ./configure
|
- ./autogen && ./configure
|
||||||
- make check
|
- make check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user