Merge pull request #12 from swaywm/ci

ci: add .build.yml
This commit is contained in:
Drew DeVault 2019-01-16 13:22:31 -05:00 committed by GitHub
commit 762e3f32ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 \* * meson \*
* wayland * wayland
* wayland-protocols \* * wayland-protocols \*
* libxkbcommon
* pango * pango
* cairo * cairo
* gdk-pixbuf2 \*\* * gdk-pixbuf2 \*\*