summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: