Skip to content

Commit

Permalink
ci: Attempt to use Arch Linux container
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanViknar committed May 15, 2024
1 parent 235c794 commit 81762b8
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
name: zip-generation
name: zip-packaging

on: [ push, pull_request ]

jobs:
generate-zip:
create-zip-package:
runs-on: ubuntu-latest

container:
image: ghcr.io/archlinux/archlinux:base-devel

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Download blueprint-compiler from source
run: git clone https://gitlab.gnome.org/jwestman/blueprint-compiler

- name: Install dependencies
run: sudo apt install -y gobject-introspection blueprint-compiler

- name: Run blueprint-compiler manually
run: mkdir dist && python3 ./blueprint-compiler/blueprint-compiler.py compile ui/prefs.blp > dist/prefs.ui
run: pacman -Syyu --noconfirm blueprint-compiler npm typescript gobject-introspection gtk4 libadwaita zip

- name: Build & Package Noiseclapper
run: make pack
Expand Down

0 comments on commit 81762b8

Please sign in to comment.