forked from L-as/waymonad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.build.yml
40 lines (39 loc) · 781 Bytes
/
.build.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
image: debian/buster
packages:
- build-essential
- git
- python3-pip
- pkg-config
- libwayland-dev
- libegl1-mesa-dev
- wayland-protocols
- libgles2-mesa-dev
- libgbm-dev
- libinput-dev
- libxkbcommon-dev
- libpixman-1-dev
- libxcb-composite0-dev
- libxcb-image0-dev
- cabal-install
- ghc
- happy
- alex
- c2hs
- libfuse-dev
sources:
- https://github.com/ongy/waymonad
tasks:
- setup: |
pip3 install meson ninja
git clone https://github.com/swaywm/wlroots
(
cd wlroots
meson build --prefix=/usr/
ninja -C build install
)
- build: |
cd waymonad
git submodule update --recursive --init
touch hsroots/haskell-xkbcommon/dist
cabal update
cabal new-build