File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments