mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-23 10:36:42 +01:00
build: Add a gitlab CI configuration file
This commit is contained in:
parent
a8531ad051
commit
005b509061
22
.gitlab-ci.yml
Normal file
22
.gitlab-ci.yml
Normal file
@ -0,0 +1,22 @@
|
||||
image: debian:stretch
|
||||
|
||||
before_script:
|
||||
- apt update -qq
|
||||
- apt install build-essential autoconf automake libtool
|
||||
|
||||
stages:
|
||||
- autogen
|
||||
- build
|
||||
- test
|
||||
|
||||
autogen:
|
||||
stage: autogen
|
||||
script: autoreconf -f -i && ./configure
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script: make
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script: make check
|
Loading…
x
Reference in New Issue
Block a user