mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Travis (#583)
* Add trusty backports for flex. * Explicitly indicate to take backport package * Fix reference file update.
This commit is contained in:
parent
c6c0d190ab
commit
663f53290f
2 changed files with 11 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
sudo: required
|
||||
dist: xenial
|
||||
dist: trusty
|
||||
language: c
|
||||
env:
|
||||
global:
|
||||
|
@ -44,6 +44,7 @@ compiler:
|
|||
- gcc
|
||||
|
||||
before_install:
|
||||
- sudo add-apt-repository -y 'deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse'
|
||||
- sudo add-apt-repository -y 'deb http://debian.jpleau.ca/ jessie-backports main contrib non-free'
|
||||
- sudo apt-get update -qq
|
||||
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
|
||||
|
@ -52,7 +53,7 @@ before_install:
|
|||
# TODO: We install xkbcommon here, until Travis use an up-to-date enough Ubuntu
|
||||
# TODO: We install libxcb-ewmh-dev here, until it is whitelisted again in Travis
|
||||
install:
|
||||
- sudo apt-get install -y --force-yes libxkbcommon-dev libxkbcommon-x11-dev libxcb-ewmh-dev
|
||||
- sudo apt-get install -y --force-yes libxkbcommon-dev libxkbcommon-x11-dev libxcb-ewmh-dev flex/trusty-backports
|
||||
|
||||
before_script:
|
||||
- git clone --recursive https://github.com/Airblader/xcb-util-xrm.git
|
||||
|
|
|
@ -76,6 +76,14 @@ rofi.window-format: w c t
|
|||
! rofi.show-match: true
|
||||
! "New style theme file" Set from: Default
|
||||
! rofi.theme:
|
||||
! "Color scheme for normal row" Set from: Default
|
||||
! rofi.color-normal:
|
||||
! "Color scheme for urgent row" Set from: Default
|
||||
! rofi.color-urgent:
|
||||
! "Color scheme for active row" Set from: Default
|
||||
! rofi.color-active:
|
||||
! "Color scheme window" Set from: Default
|
||||
! rofi.color-window:
|
||||
! "Pidfile location" Set from: File
|
||||
rofi.pid: /tmp/rofi.pid
|
||||
! "Paste primary selection" Set from: File
|
||||
|
|
Loading…
Reference in a new issue