https://github.com/swaywm/sway.git
Raw File
Tip revision: 0c1ef88a8d967673d0b6dc187ffb105441215782 authored by Drew DeVault on 23 October 2017, 01:15:43 UTC
Merge pull request #1425 from ggreer/grab-error
Tip revision: 0c1ef88
.travis.yml
sudo: required

language: c

compiler:
  - gcc
  - clang

arch:
  packages:
    - cmake
    - xorg-server-xwayland
    - 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