File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 5656 runs-on :
5757 - macos
5858 - ubuntu
59- - windows
6059 ruby-version :
6160 - " 3.3"
6261 - " 3.2"
7271 - run : bundle exec rake test
7372 - run : rake install
7473 - run : gem install glib2
75- if : |
76- matrix.runs-on != 'windows'
77- # "gem install" installs native package on Windows.
78- # So we need to use extconf.rb to test native-package-installer.
79- - uses : actions/checkout@v4
80- if : |
81- matrix.runs-on == 'windows'
82- with :
83- repository : ruby-gnome/ruby-gnome
84- path : ruby-gnome
85- - name : Install glib2 from source
86- if : |
87- matrix.runs-on == 'windows'
88- run : |
89- gem install pkg-config
90- cd ruby-gnome\glib2
91- ridk exec ruby extconf.rb
92- ridk exec make
93- ridk exec ruby -Ilib -Iext/glib2 -e "require 'glib2'"
You can’t perform that action at this time.
0 commit comments