File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 8383 if : runner.os == 'macOS'
8484 run : |-
8585 set -x
86+ brew update
8687 brew install \
8788 autoconf-archive \
8889 automake \
@@ -100,6 +101,18 @@ jobs:
100101 portaudio \
101102 sdl12-compat
102103
104+ - name : XXXXXXXXXXXXXXX brew info XXXXXXXXXXXXXXXXX
105+ if : runner.os == 'macOS'
106+ run : |-
107+ set -x
108+ echo XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
109+ brew gist-logs gettext || true
110+ echo XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
111+ brew config
112+ echo XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
113+ brew doctor || true
114+ echo XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
115+
103116 - name : Setting dynamic environment variables
104117 run : |-
105118 set -x
@@ -154,6 +167,9 @@ jobs:
154167 ./configure \
155168 || { cat config.log ; false ; }
156169
170+ echo XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
171+ ! grep '@[A-Z_]\+@' Makefile # i.e. non unsubstituted variables left
172+
157173 - name : ' [Plugins] Run "make dist"'
158174 run : |-
159175 make -C libvisual-plugins dist
You can’t perform that action at this time.
0 commit comments