Skip to content

Commit

Permalink
ci: Attempt to use blueprint-compiler from source
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanViknar committed May 14, 2024
1 parent 8ca17df commit aba20c5
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,18 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Arch Linux
run: curl -L https://github.com/zaoqi/github-actions-archlinux/raw/master/install.sh | sh | su

- name: Update Arch Linux
run: pacman --noconfirm -Syyu

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

- name: Install dependencies
run: pacman --noconfirm -S blueprint-compiler make npm typescript
run: sudo apt install -y gobject-introspection

- name: Run blueprint-compiler manually
run: mkdir dist && python3 ./blueprint-compiler/blueprint-compiler.py compile ui/prefs.blp > dist/prefs.ui

- name: Build & Package Noiseclapper
run: make pack

- name: Exit Arch Linux
run: |
exit
exit
- name: Extract current branch name
id: branch-name
uses: tj-actions/branch-names@v7
Expand Down

0 comments on commit aba20c5

Please sign in to comment.