ci: add .build.yml

This commit is contained in:
emersion 2019-01-16 16:20:45 +01:00
parent d37a9ff776
commit 6b4ee68866
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
2 changed files with 22 additions and 0 deletions

21
.build.yml Normal file
View File

@ -0,0 +1,21 @@
image: alpine/edge
packages:
- meson
- pango-dev
- cairo-dev
- wayland-dev
- wayland-protocols
- libxkbcommon-dev
- gdk-pixbuf-dev
- linux-pam-dev
- scdoc
sources:
- https://github.com/swaywm/swaylock
tasks:
- setup: |
cd swaylock
meson build
- build: |
cd swaylock
ninja -C build

View File

@ -35,6 +35,7 @@ Install dependencies:
* meson \*
* wayland
* wayland-protocols \*
* libxkbcommon
* pango
* cairo
* gdk-pixbuf2 \*\*