summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-04-10 22:35:54 +0200
committerDave Davenport <qball@gmpclient.org>2016-04-10 22:35:54 +0200
commit27e18a63845634e032240724f91e6dbf07e2e851 (patch)
treeaf3e57bb58d2b4a0fe0a84f49b0869e67a5226be
parent26e10838129551349fa2a9c86da4180ff89cee12 (diff)
Add gitlab CI tests.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5e4547df..e04075cc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,4 +17,5 @@ build-rofi:
- ./configure --enable-gcov
- make
- make check
+ - make test-x
- make distcheck