https://github.com/swaywm/sway.git
Revision 54c635ca1661b8579809836e1d1455d00a805cdb authored by Drew DeVault on 16 April 2016, 14:22:50 UTC, committed by Drew DeVault on 16 April 2016, 14:22:50 UTC
1 parent 9412dc7
Raw File
Tip revision: 54c635ca1661b8579809836e1d1455d00a805cdb authored by Drew DeVault on 16 April 2016, 14:22:50 UTC
Update to wlc 0.0.2
Tip revision: 54c635c
.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