mirror of
https://github.com/swaywm/sway.git
synced 2025-11-27 06:59:53 -05:00
Fix build yml files
This commit is contained in:
parent
7c448b4081
commit
c3457de28a
3 changed files with 19 additions and 3 deletions
13
.travis.yml
13
.travis.yml
|
|
@ -24,8 +24,17 @@ arch:
|
|||
- wlc-git
|
||||
- libcap
|
||||
script:
|
||||
- "cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE ."
|
||||
- "make"
|
||||
- git clone https://github.com/swaywm/wlroots
|
||||
- cd wlroots
|
||||
- mkdir build
|
||||
- cd build
|
||||
- meson --prefix=/usr ..
|
||||
- sudo ninja install
|
||||
- cd ../..
|
||||
- cmake .
|
||||
- make
|
||||
- cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE .
|
||||
- make
|
||||
|
||||
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