https://github.com/swaywm/sway
Revision 33fe87a1fb893b06a69ad82f12db6a869a8f2681 authored by Zandr Martin on 03 October 2016, 03:03:52 UTC, committed by Drew DeVault on 04 October 2016, 21:25:10 UTC
1 parent 9a74abc
Raw File
Tip revision: 33fe87a1fb893b06a69ad82f12db6a869a8f2681 authored by Zandr Martin on 03 October 2016, 03:03:52 UTC
prevent dereference of freed workspace
Tip revision: 33fe87a
.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