https://github.com/swaywm/sway.git
Revision 02005e3f99cea2786f93a88e6ad8873733a26132 authored by Drew DeVault on 26 June 2017, 20:59:19 UTC, committed by Drew DeVault on 29 June 2017, 17:26:09 UTC
1 parent bf1ef60
Raw File
Tip revision: 02005e3f99cea2786f93a88e6ad8873733a26132 authored by Drew DeVault on 26 June 2017, 20:59:19 UTC
Fix #1252
Tip revision: 02005e3
.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
    - libcap
  script:
    - "cmake ."
    - "make"

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