Skip to content

Commit

Permalink
Merge pull request #533 from sparklemotion/flavorjones-ci-add-freebsd
Browse files Browse the repository at this point in the history
ci: add freebsd coverage
  • Loading branch information
flavorjones authored Apr 30, 2024
2 parents 87eca18 + da1a32e commit 42d3302
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,23 @@ jobs:
- run: bundle exec rake compile -- --disable-system-libraries
- run: bundle exec rake test

bsd:
needs: basic
name: "FreeBSD"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: vmactions/freebsd-vm@v1
with:
usesh: true
copyback: false
prepare: pkg install -y ruby devel/ruby-gems pkgconf
run: |
gem install bundler
bundle install --local || bundle install
bundle exec rake compile -- --disable-system-libraries
bundle exec rake test
sqlcipher:
needs: basic
strategy:
Expand Down

0 comments on commit 42d3302

Please sign in to comment.