mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-10 15:44:41 -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
|
- make
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- cd -
|
- 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
|
- git clone https://github.com/alobbs/doxy-coverage
|
||||||
|
|
||||||
build-rofi:
|
build-rofi:
|
||||||
|
|
Loading…
Add table
Reference in a new issue