Skip to content

Use gtk4 target from Alphabetical App Grid's build system #28

Use gtk4 target from Alphabetical App Grid's build system

Use gtk4 target from Alphabetical App Grid's build system #28

# This workflow will build the extension and upload an artifact
name: Build and upload extension
on:
push:
branches: '**'
pull_request:
branches: '**'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends make gettext gnome-shell libglib2.0-bin
- name: Build the extension bundle
run: |
make build
- name: Run checks on extension
run: |
make check
- uses: actions/upload-artifact@v3
with:
name: [email protected]
path: build/[email protected]