https://github.com/swaywm/sway.git
Raw File
Tip revision: 725582c2f1fdb4aed7175f313274fbac605420d6 authored by Drew DeVault on 26 December 2016, 16:06:20 UTC
Merge pull request #1014 from cyphar/swaylock-fix-focus
Tip revision: 725582c
.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