mirror of
https://github.com/swaywm/sway.git
synced 2025-12-15 08:56:30 -05:00
Build wlc as part of build step
This commit is contained in:
parent
6ae6875bba
commit
cf1176c728
2 changed files with 26 additions and 4 deletions
13
.travis.yml
13
.travis.yml
|
|
@ -7,11 +7,16 @@ arch:
|
|||
- asciidoc
|
||||
- pcre
|
||||
- json-c
|
||||
# aur
|
||||
- wlc-git
|
||||
- pixman
|
||||
- wayland
|
||||
- libxkbcommon
|
||||
- libinput
|
||||
- libx11
|
||||
- libxcb
|
||||
- libgl
|
||||
- mesa
|
||||
script:
|
||||
- "cmake ."
|
||||
- "make"
|
||||
- "bash .ci/build.sh"
|
||||
|
||||
script:
|
||||
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue