aboutsummaryrefslogblamecommitdiffstats
path: root/.travis.yml
blob: a8e292ba219ff724bbb2431b710aa49c9ba38640 (plain) (tree)
1
2
3
4
5
6
7
8

              





           




                          
            
             
                    

           
                 
             
         

               


                                                                                                    
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"