Add libcheck build to CI

This commit is contained in:
Dave Davenport 2017-09-24 20:41:04 +02:00
parent adf18d2e7d
commit fc4c25fa06
1 changed files with 7 additions and 0 deletions

View File

@ -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: