Skip to content

Commit

Permalink
Add FreeBSD build and test pipeline actions
Browse files Browse the repository at this point in the history
  • Loading branch information
goatastronaut0212 committed Sep 5, 2024
1 parent c6c9f91 commit affba3a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@ name: Release ibus-bamboo
run-name: ${{ github.actor }} is triggering on GitHub Actions 🚀
on: [push]
jobs:
Build-test-freebsd:
runs-on: ubuntu-latest
name: Build and Test in FreeBSD
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Setup VM, download dependencies to build and test in FreeBSD
id: test
uses: vmactions/freebsd-vm@v1
with:
usesh: true
prepare: |
pkg install -y bash gmake go gcc pkgconf libX11 libXtst gtk3
run: |
gmake t && gmake build
Releaser:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit affba3a

Please sign in to comment.