summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.build.yml1
-rw-r--r--.travis.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index 5fa8eb41..3717d699 100644
--- a/.build.yml
+++ b/.build.yml
@@ -10,6 +10,7 @@ packages:
10 - cairo 10 - cairo
11 - wayland 11 - wayland
12 - gdk-pixbuf2 12 - gdk-pixbuf2
13 - meson
13sources: 14sources:
14 - https://git.sr.ht/~sircmpwn/sway 15 - https://git.sr.ht/~sircmpwn/sway
15 - https://git.sr.ht/~sircmpwn/wlroots 16 - https://git.sr.ht/~sircmpwn/wlroots
diff --git a/.travis.yml b/.travis.yml
index be7ac3e0..bc1ee45b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,7 @@ arch:
23 - gdk-pixbuf2 23 - gdk-pixbuf2
24 - wlc-git 24 - wlc-git
25 - libcap 25 - libcap
26 - meson
26 script: 27 script:
27 - git clone https://github.com/swaywm/wlroots 28 - git clone https://github.com/swaywm/wlroots
28 - cd wlroots 29 - cd wlroots