https://github.com/swaywm/sway.git
Raw File
Tip revision: e221d28df770f5b16ce6663d1ef6f5b66a5423f4 authored by Drew DeVault on 08 March 2017, 19:35:11 UTC
Merge pull request #1105 from zandrmartin/fix-workspace-output-assignment
Tip revision: e221d28
.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