Build on travis-ci.
This commit is contained in:
parent
b08aa9fd35
commit
413bfc7fb8
|
@ -0,0 +1,23 @@
|
||||||
|
sudo: required
|
||||||
|
|
||||||
|
language: c
|
||||||
|
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
- clang
|
||||||
|
|
||||||
|
arch:
|
||||||
|
packages:
|
||||||
|
- cmake
|
||||||
|
- wayland
|
||||||
|
- wayland-protocols
|
||||||
|
- mesa
|
||||||
|
- libinput
|
||||||
|
- libxkbcommon
|
||||||
|
- libcap
|
||||||
|
script:
|
||||||
|
- "cmake -DCMAKE_BUILD_TYPE=Release ."
|
||||||
|
- "make"
|
||||||
|
|
||||||
|
script:
|
||||||
|
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"
|
Loading…
Reference in New Issue