mirror of
https://github.com/polybar/polybar.git
synced 2024-11-18 13:55:11 -05:00
fix(ci): Tell Travis to install cmake 3.x
This commit is contained in:
parent
26a952d7e0
commit
e8ead4d83f
2 changed files with 6 additions and 2 deletions
|
@ -3,13 +3,15 @@ language: cpp
|
|||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- llvm-toolchain-precise
|
||||
- llvm-toolchain-precise-3.7
|
||||
- ubuntu-toolchain-r-test
|
||||
- george-edison55-precise-backports
|
||||
packages:
|
||||
- clang-3.7
|
||||
- g++-5
|
||||
- gcc-5
|
||||
- cmake
|
||||
- cmake-data
|
||||
- libx11-dev
|
||||
- libxrandr-dev
|
||||
- libboost-dev
|
||||
|
@ -28,4 +30,4 @@ compiler:
|
|||
script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake .. && make
|
||||
- cmake -DCMAKE_C_COMPILER="$CC" -DCMAKE_CXX_COMPILER="$CXX" .. && make
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
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/).
|
||||
|
||||
**Lemonbuddy** aims to help users build beautiful and highly customizable status bars
|
||||
|
|
Loading…
Reference in a new issue