https://github.com/swaywm/sway.git
Raw File
Tip revision: 94ad169eb6c2806c0f9a119b2c726d0f16cb56b0 authored by Drew DeVault on 18 April 2017, 21:57:07 UTC
Merge pull request #1181 from wasamasa/bugfix-initial-scratchpad-size
Tip revision: 94ad169
.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
    - libcap
  script:
    - "cmake ."
    - "make"

script:
  - "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"
back to top