mirror of
https://github.com/0intro/wmii
synced 2024-11-24 06:39:47 +03:00
add build badges
This commit is contained in:
parent
56b3a14f57
commit
0cc10e4f02
6
.travis.yml
Normal file
6
.travis.yml
Normal file
@ -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
|
||||
--------
|
||||
wmii is a dynamic window manager for X11. It supports classic and
|
||||
|
Loading…
Reference in New Issue
Block a user