Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
flacjacket committed Sep 24, 2021
1 parent f80689f commit 1cb4bf0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ jobs:
libexpat1-dev \
libffi-dev \
libxml++2.6-dev \
ninja-build \
python3-pip \
wget \
xsltproc \
xz-utils
pip install meson
- name: Download and unpack Wayland source
run: |
wget $WAYLAND_URL
Expand All @@ -45,13 +48,14 @@ jobs:
run: |
./configure --disable-documentation --prefix=/usr
make
make install
DESTDIR=/wayland make install
- name: Build Wayland protocols
working-directory: wayland-protocols-${{ env.wayland-protocols-version }}
run: |
./configure --prefix=/usr
make
DESTDIR=/wayland make install
meson build --prefix=/usr
ninja -C build
DESTDIR=~/wayland ninja -C build install
- name: Create artifact
run: tar czf /wayland.tar.gz -C /wayland/ .
- name: Upload built libraries
Expand Down

0 comments on commit 1cb4bf0

Please sign in to comment.