Skip to content

Commit

Permalink
ci: coverage for freebsd
Browse files Browse the repository at this point in the history
inspired by #288
  • Loading branch information
flavorjones committed Dec 13, 2023
1 parent 43dca1b commit 4e2e44d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/sqlite3-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,25 @@ jobs:
- run: bundle exec rake compile -- --disable-system-libraries
- run: bundle exec rake test

bsd:
strategy:
fail-fast: false
matrix:
sys: ["enable", "disable"]
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 sqlite3 git
run: |
gem install bundler
bundle bundle install
bundle exec rake compile -- --${{matrix.sys}}-system-libraries
bundle exec rake test
sqlcipher:
strategy:
fail-fast: false
Expand Down

0 comments on commit 4e2e44d

Please sign in to comment.