1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Add gitlab CI tests.

This commit is contained in:
Dave Davenport 2016-04-10 22:35:54 +02:00
parent 26e1083812
commit 27e18a6384

View file

@ -17,4 +17,5 @@ build-rofi:
- ./configure --enable-gcov - ./configure --enable-gcov
- make - make
- make check - make check
- make test-x
- make distcheck - make distcheck