Skip to content

Commit

Permalink
Test glib source build
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab committed Nov 14, 2024
1 parent ade14cf commit 034d3e4
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
name: CI
on: [push, pull_request]

env:
HOMEBREW_NO_INSTALL_FROM_API: 1

jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.runner }}
strategy:
matrix:
runner: [macos-latest, ubuntu-latest]
steps:
- name: Install prerequisites
run: |
sudo apt-get update -y
sudo apt-get install -y systemd
- run: uname -a

- run: which -a journalctl
- uses: Homebrew/actions/setup-homebrew@master
with:
core: true

- run: journalctl
- run: brew install --build-from-source glib

- run: echo '${{ defaults.run.shell }}'
- run: python3 -c "from gi.repository import GLib"

0 comments on commit 034d3e4

Please sign in to comment.