Skip to content

Commit

Permalink
CI: Add test with mswin environment
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Sep 1, 2023
1 parent d2f231f commit 46d9dad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/source-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
ruby: "2.5"
PGVERSION: 9.4.26-1-windows-x64
PGVER: "9.4"
- os: windows
ruby: "mswin"
PGVERSION: 15.1-1-windows-x64
PGVER: "15"
- os: ubuntu
ruby: "head"
PGVER: "15"
Expand Down Expand Up @@ -82,7 +86,7 @@ jobs:
name: source-gem

- name: Install required packages Windows
if: matrix.os == 'windows'
if: matrix.os == 'windows' && matrix.ruby != 'mswin'
shell: cmd
run: ridk exec sh -c "pacman --sync --needed --noconfirm ${MINGW_PACKAGE_PREFIX}-gcc"

Expand Down

0 comments on commit 46d9dad

Please sign in to comment.