Skip to content

Commit

Permalink
ci: add coverage for mswin windows platform
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Dalessio <mike.dalessio@gmail.com>
  • Loading branch information
MSP-Greg and flavorjones committed Jul 4, 2022
1 parent e0359df commit 13bf584
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sqlite3-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- os: "windows-2022"
ruby: "mingw"
sys: "disable"
- os: "windows-2022"
ruby: "mswin"
sys: "enable"
- lib: "system"
sys: "enable"
- lib: "packaged"
Expand All @@ -46,13 +49,14 @@ jobs:
git config --system core.autocrlf false
git config --system core.eol lf
- uses: actions/checkout@v3
- uses: MSP-Greg/setup-ruby-pkgs@v1
- uses: ruby/setup-ruby-pkgs@v1
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
apt-get: "libsqlite3-dev"
brew: "sqlite3"
mingw: "sqlite3"
vcpkg: "sqlite3"
- run: bundle exec rake compile -- --${{matrix.sys}}-system-libraries
- run: bundle exec rake test

Expand Down

0 comments on commit 13bf584

Please sign in to comment.