mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-23 18:42:30 +01:00
build: Simplify gitlab CI configuration
Merge all stages so that we do not need to pass artifacts around. Quiesce «apt install».
This commit is contained in:
parent
e354f9b1d0
commit
8e834cd068
@ -1,22 +1,9 @@
|
|||||||
image: debian:stretch
|
image: debian:stretch
|
||||||
|
|
||||||
|
test:
|
||||||
before_script:
|
before_script:
|
||||||
- apt update -qq
|
- apt update -qq
|
||||||
- apt install --no-install-recommends -y git gcc make autoconf automake libtool
|
- apt install -qq -y --no-install-recommends git gcc make autoconf automake libtool
|
||||||
|
script:
|
||||||
stages:
|
- ./autogen && ./configure
|
||||||
- autogen
|
- make check
|
||||||
- build
|
|
||||||
- test
|
|
||||||
|
|
||||||
autogen:
|
|
||||||
stage: autogen
|
|
||||||
script: ./autogen && ./configure
|
|
||||||
|
|
||||||
build:
|
|
||||||
stage: build
|
|
||||||
script: make
|
|
||||||
|
|
||||||
test:
|
|
||||||
stage: test
|
|
||||||
script: make check
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user