https://github.com/swaywm/sway.git
Raw File
Tip revision: d5c004f99738d4402b9e5d7de38f71d13fac719f authored by Drew DeVault on 21 May 2016, 13:58:13 UTC
Merge pull request #668 from mikkeloscar/rearrange-on-bg-change
Tip revision: d5c004f
.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