Skip to content

Commit e012e00

Browse files
committed
[REVERT ME] DEBUGGING
1 parent 5613561 commit e012e00

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/linux_and_macos.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
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

0 commit comments

Comments
 (0)