Add a test for ./dev.sh to CI

This commit is contained in:
Kovid Goyal 2024-09-29 21:38:45 +05:30
parent d56178d790
commit 63df210707
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -188,3 +188,23 @@ jobs:
- name: Build kitty package
run: python3 .github/workflows/ci.py package
linux-dev:
name: Test ./dev.sh
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
with:
fetch-depth: 10
- name: Install build deps
run: sudo apt-get install -y curl xz-utils build-essential git pkg-config libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libgl1-mesa-dev libxkbcommon-x11-dev libfontconfig-dev libx11-xcb-dev libdbus-1-dev
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Build kitty
run: ./dev.sh build