summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-04-08 06:53:22 -0400
committerLibravatar GitHub <noreply@github.com>2017-04-08 06:53:22 -0400
commit7fee555a462b001748352da1339c9bcc0e154a3b (patch)
treec244f4ba75e2736815f096c51e691f5c664c2326 /.travis.yml
parentMerge pull request #1155 from 4e554c4c/get_marks (diff)
parentAdd libcap check to CMake (diff)
downloadsway-7fee555a462b001748352da1339c9bcc0e154a3b.tar.gz
sway-7fee555a462b001748352da1339c9bcc0e154a3b.tar.zst
sway-7fee555a462b001748352da1339c9bcc0e154a3b.zip
Merge pull request #1150 from JerziKaminsky/cmake_find_libcap
Add libcap check to CMake
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a8e292ba..2bb17d40 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,7 @@ arch:
18 - cairo 18 - cairo
19 - gdk-pixbuf2 19 - gdk-pixbuf2
20 - wlc-git 20 - wlc-git
21 - libcap
21 script: 22 script:
22 - "cmake ." 23 - "cmake ."
23 - "make" 24 - "make"