summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-09-24 20:41:04 +0200
committerDave Davenport <qball@gmpclient.org>2017-09-24 20:41:04 +0200
commitfc4c25fa068cb57dfa66c4039480d31ec8dd2359 (patch)
treeace3ae249d8b47d6aca627ba366e0f2fb5612744 /.gitlab-ci.yml
parentadf18d2e7dd0f1f6f863d43522efe323c29f73c5 (diff)
Add libcheck build to CI
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cd882c3e..0f94aa7b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,13 @@ before_script:
- make
- sudo make install
- cd -
+ - git clone https://github.com/libcheck/check/ -b 0.11.0
+ - cd check
+ - autoreconf -i
+ - TEX="false" ./configure --prefix=/usr/
+ - make
+ - sudo make install
+ - cd -
- git clone https://github.com/alobbs/doxy-coverage
build-rofi: