Revision 953d6880c7f534b1e333fd00d32aceea63d0eda5 authored by Drew DeVault on 12 September 2016, 05:41:07 UTC, committed by GitHub on 12 September 2016, 05:41:07 UTC
2 parent s 7c166e3 + c239f22
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