We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56178d commit 63df210Copy full SHA for 63df210
.github/workflows/ci.yml
@@ -188,3 +188,23 @@ jobs:
188
189
- name: Build kitty package
190
run: python3 .github/workflows/ci.py package
191
+
192
+ linux-dev:
193
+ name: Test ./dev.sh
194
+ runs-on: ubuntu-latest
195
+ steps:
196
+ - name: Checkout source code
197
+ uses: actions/checkout@v3
198
+ with:
199
+ fetch-depth: 10
200
201
+ - name: Install build deps
202
+ 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
203
204
+ - name: Install Go
205
+ uses: actions/setup-go@v4
206
207
+ go-version-file: go.mod
208
209
+ - name: Build kitty
210
+ run: ./dev.sh build
0 commit comments