summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2020-04-06 14:25:27 +0200
committerThomas Haller <thaller@redhat.com>2020-04-07 07:38:38 +0200
commit1fd45223049bf8743d8e692d85c9b91040427a92 (patch)
treec3e79cbec2b0fa6e62d39fa03b1265ed15b4c2a6
parent43ef50fbaf89180c0dc285cb5841b564927c1c08 (diff)
downloadmobile-broadband-provider-info-1fd45223049bf8743d8e692d85c9b91040427a92.tar.gz
Add gitltab-ci
This makes sure the XML validates https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/15
-rw-r--r--.gitlab-ci.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..1c530d6
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,12 @@
+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
+