mirror of https://github.com/0intro/wmii
add build badges
This commit is contained in:
parent
56b3a14f57
commit
0cc10e4f02
|
@ -0,0 +1,6 @@
|
||||||
|
language: c
|
||||||
|
sudo: required
|
||||||
|
before_script:
|
||||||
|
- git clone https://github.com/0intro/libixp
|
||||||
|
- cd libixp && make && sudo make install && cd ..
|
||||||
|
script: make
|
3
README
3
README
|
@ -1,3 +1,6 @@
|
||||||
|
[![Build Status](https://travis-ci.org/0intro/wmii.svg?branch=master)](https://travis-ci.org/0intro/wmii)
|
||||||
|
[![Coverity Scan Build Status](https://scan.coverity.com/projects/0intro-wmii/badge.svg)](https://scan.coverity.com/projects/0intro-wmii)
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
--------
|
--------
|
||||||
wmii is a dynamic window manager for X11. It supports classic and
|
wmii is a dynamic window manager for X11. It supports classic and
|
||||||
|
|
Loading…
Reference in New Issue