https://github.com/swaywm/sway.git
Raw File
Tip revision: 4e660975a99cba67526b62dff930b334d550b4b4 authored by Drew DeVault on 27 September 2016, 18:28:14 UTC
Merge pull request #911 from thejan2009/setgid-setuid
Tip revision: 4e66097
.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