https://github.com/swaywm/sway
Revision 3a4564a3670f11794a8f8de28b394bb7774610fd authored by Drew DeVault on 27 January 2016, 09:55:44 UTC, committed by Drew DeVault on 27 January 2016, 09:55:44 UTC
font: Allow adding font to the config. In prep for border titles
2 parent s baa958e + 0ee5547
Raw File
Tip revision: 3a4564a3670f11794a8f8de28b394bb7774610fd authored by Drew DeVault on 27 January 2016, 09:55:44 UTC
Merge pull request #479 from crondog/font
Tip revision: 3a4564a
.travis.yml
sudo: required

language: c

compiler:
  - gcc
  - clang

arch:
  packages:
    - cmake
    - xorg-server-xwayland
    - asciidoc
    - json-c
    - wayland
    - xcb-util-image
    - pango
    - cairo
    - gdk-pixbuf2
    - wlc-git
  script:
    - "cmake ."
    - "make"

script:
  - "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"
back to top