Revision 043640820f4fdb7ea00bde6676b3b059f9b05c42 authored by Drew DeVault on 18 September 2016, 03:10:34 UTC, committed by GitHub on 18 September 2016, 03:10:34 UTC
2 parent s 476274c + e75217c
Raw File
.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