Skip to content

[WIP] feat: Add wayland support #31

[WIP] feat: Add wayland support

[WIP] feat: Add wayland support #31

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ubuntu:
name: Ubuntu
runs-on: ubuntu-latest
container: docker.io/library/debian:trixie
steps:
- name: Checkout Source
uses: actions/checkout@v4
- name: Update repository
run: sudo apt-get update -y
- name: Install the basic dev packages
run: sudo apt-get install -y equivs curl git devscripts lintian build-essential automake autotools-dev cmake g++
- name: Install build dependencies
run: sudo mk-build-deps -i -t "apt-get --yes" -r
- name: Build Package
run: sudo dpkg-buildpackage -b -uc -us -j$(nproc)