fix(ci): Tell Travis to install cmake 3.x
This commit is contained in:
parent
26a952d7e0
commit
e8ead4d83f
@ -3,13 +3,15 @@ language: cpp
|
|||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- llvm-toolchain-precise
|
- llvm-toolchain-precise-3.7
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
|
- george-edison55-precise-backports
|
||||||
packages:
|
packages:
|
||||||
- clang-3.7
|
- clang-3.7
|
||||||
- g++-5
|
- g++-5
|
||||||
- gcc-5
|
- gcc-5
|
||||||
- cmake
|
- cmake
|
||||||
|
- cmake-data
|
||||||
- libx11-dev
|
- libx11-dev
|
||||||
- libxrandr-dev
|
- libxrandr-dev
|
||||||
- libboost-dev
|
- libboost-dev
|
||||||
@ -28,4 +30,4 @@ compiler:
|
|||||||
script:
|
script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake .. && make
|
- cmake -DCMAKE_C_COMPILER="$CC" -DCMAKE_CXX_COMPILER="$CXX" .. && make
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
Lemonbuddy
|
Lemonbuddy
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
[![Build Status](https://travis-ci.org/jaagr/lemonbuddy.svg?branch=master)](https://travis-ci.org/jaagr/lemonbuddy)
|
||||||
|
|
||||||
A fast and easy-to-use tool for [Lemonbar](https://github.com/LemonBoy/bar/).
|
A fast and easy-to-use tool for [Lemonbar](https://github.com/LemonBoy/bar/).
|
||||||
|
|
||||||
**Lemonbuddy** aims to help users build beautiful and highly customizable status bars
|
**Lemonbuddy** aims to help users build beautiful and highly customizable status bars
|
||||||
|
Loading…
Reference in New Issue
Block a user