aboutsummaryrefslogtreecommitdiffstats
path: root/.build.yml
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-04-18 13:09:14 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2017-04-18 13:15:23 -0400
commit3c02aa17cab40a6990524a3dc3428fa8c5b6ec54 (patch)
treec85596e7fcc99d4f3cfe81b0273320f77d4efaa5 /.build.yml
parentMerge pull request #1173 from JerziKaminsky/security_resolve_symlink (diff)
downloadsway-3c02aa17cab40a6990524a3dc3428fa8c5b6ec54.tar.gz
sway-3c02aa17cab40a6990524a3dc3428fa8c5b6ec54.tar.zst
sway-3c02aa17cab40a6990524a3dc3428fa8c5b6ec54.zip
Add .build.yml (for builds.sr.ht)
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
new file mode 100644
index 00000000..424071bc
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,25 @@
1# vim: ft=yaml ts=2 sw=2 et :
2image: archlinux
3packages:
4 - cmake
5 - wlc-git
6 - xorg-server-xwayland
7 - xcb-util-image
8 - json-c
9 - pango
10 - cairo
11 - wayland
12 - gdk-pixbuf2
13 - asciidoc
14repos:
15 - https://git.sr.ht/~sircmpwn/sway
16tasks:
17 - setup: |
18 cd sway
19 mkdir build
20 cd build
21 cmake ..
22 - build: |
23 cd sway
24 cd build
25 make