Revision 31ce0108614c80978751e9658b6ca1cc6ba36250 authored by Drew DeVault on 02 August 2016, 11:35:25 UTC, committed by Drew DeVault on 02 August 2016, 11:35:25 UTC
1 parent 1860236
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