mobile-broadband-provider-info/.gitlab-ci.yml

13 lines
312 B
YAML
Raw Normal View History

2022-11-22 22:43:59 +08:00
test:
image: debian:buster
stage: test
before_script:
- echo "man-db man-db/auto-update boolean false" | debconf-set-selections
- export DEBIAN_FRONTEND=noninteractive
- apt-get update
- apt-get -y install libxml2-utils xsltproc automake make
script:
- ./autogen.sh
- make check