Revision 04db58863e38c800c73736df1910b5164cb66db7 authored by Drew DeVault on 02 October 2016, 22:53:38 UTC, committed by GitHub on 02 October 2016, 22:53:38 UTC
moved ipc_init above config file processing.
2 parent s 79d2b0d + 153620a
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