mirror of https://github.com/0intro/wmii
add build badges
This commit is contained in:
parent
0291d502fe
commit
a8c2f5a350
|
@ -1,6 +1,8 @@
|
||||||
language: c
|
language: c
|
||||||
sudo: required
|
sudo: required
|
||||||
before_script:
|
before_script:
|
||||||
|
- sudo apt-get update
|
||||||
|
- sudo apt-get install txt2tags
|
||||||
- git clone https://github.com/0intro/libixp
|
- git clone https://github.com/0intro/libixp
|
||||||
- cd libixp && make && sudo make install && cd ..
|
- cd libixp && make && sudo make install && cd ..
|
||||||
script: make
|
script: make
|
||||||
|
|
|
@ -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