https://github.com/swaywm/sway
Revision be6455b295ed5e4ac6c6a3dc756d154c3c908e19 authored by Mikkel Oscar Lyderik on 08 February 2016, 11:31:13 UTC, committed by Mikkel Oscar Lyderik on 08 February 2016, 11:31:13 UTC
1 parent bacd40d
Raw File
Tip revision: be6455b295ed5e4ac6c6a3dc756d154c3c908e19 authored by Mikkel Oscar Lyderik on 08 February 2016, 11:31:13 UTC
Squash trailing whitespace
Tip revision: be6455b
.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