Skip to content

Commit 72503bc

Browse files
committed
CI re-enable Windows
1 parent 514f90e commit 72503bc

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ jobs:
1919
os: ubuntu-latest
2020
release-test: true
2121
coverage: true
22-
# Disabling Windows until Alien::GLFW implements share install.
23-
#- perl-version: '5.30'
24-
# os: windows-latest
22+
- perl-version: '5.30'
23+
os: windows-latest
2524
- perl-version: '5.30'
2625
os: macos-latest
2726
steps:

test.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# after the test suite so you see something if the build worked.
44
#========================================================================
55

6-
# skip test under under headless macOS
7-
exit if exists $ENV{CI} and $^O eq 'darwin';
6+
# skip test under under headless CI
7+
exit if exists $ENV{CI} and $^O eq 'darwin' or $^O eq 'MSWin32';
88

99
#========================================================================
1010
# Simple GLFW example

0 commit comments

Comments
 (0)