aboutsummaryrefslogtreecommitdiffstats
path: root/.build.yml
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-10-22 10:45:11 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2017-11-11 09:09:17 -0500
commitc3457de28a37d074a960cd464445de02d6527997 (patch)
tree8bba9695d3ce5da95da29e1135b8ddcc88a09db4 /.build.yml
parentFire up the wlroots backend and run the event loop (diff)
downloadsway-c3457de28a37d074a960cd464445de02d6527997.tar.gz
sway-c3457de28a37d074a960cd464445de02d6527997.tar.zst
sway-c3457de28a37d074a960cd464445de02d6527997.zip
Fix build yml files
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index 9c9e8adb..5fa8eb41 100644
--- a/.build.yml
+++ b/.build.yml
@@ -12,7 +12,15 @@ packages:
12 - gdk-pixbuf2 12 - gdk-pixbuf2
13sources: 13sources:
14 - https://git.sr.ht/~sircmpwn/sway 14 - https://git.sr.ht/~sircmpwn/sway
15 - https://git.sr.ht/~sircmpwn/wlroots
15tasks: 16tasks:
17 - wlroots: |
18 cd wlroots
19 mkdir build
20 cd build
21 meson --prefix=/usr ..
22 ninja
23 sudo ninja install
16 - setup: | 24 - setup: |
17 cd sway 25 cd sway
18 mkdir build 26 mkdir build