https://github.com/swaywm/sway.git
Revision bfe8649e90eb88a52a31cf83bc2750895fddf3f9 authored by Drew DeVault on 17 October 2017, 01:07:55 UTC, committed by Drew DeVault on 17 October 2017, 01:08:16 UTC
1 parent bfb5e0c
Raw File
Tip revision: bfe8649e90eb88a52a31cf83bc2750895fddf3f9 authored by Drew DeVault on 17 October 2017, 01:07:55 UTC
Fix crash closing fullscreen windows in container
Tip revision: bfe8649
.travis.yml
sudo: required

language: c

compiler:
  - gcc
  - clang

arch:
  packages:
    - cmake
    - xorg-server-xwayland
    - 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