mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Add libcheck build to CI
This commit is contained in:
parent
adf18d2e7d
commit
fc4c25fa06
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue