https://github.com/swaywm/sway
Raw File
Tip revision: ff1eccfabcec262981e0b9152f2a48665ab75d3e authored by Drew DeVault on 11 July 2017, 14:19:28 UTC
Merge pull request #1271 from johalun/master-securityconf-freebsd
Tip revision: ff1eccf
.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