Skip to content

Commit 784d017

Browse files
committed
Debugging
1 parent 04fb64d commit 784d017

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
with:
137137
usesh: true
138138
run: |
139+
set -e
139140
./configure --enable-jit --enable-pcre2-16 --enable-pcre2-32
140141
make -j3 CPPFLAGS='-Wall -Wextra -Werror'
141142
make check
@@ -156,10 +157,14 @@ jobs:
156157
uses: vmactions/solaris-vm@v1
157158
with:
158159
usesh: true
160+
prepare: |
161+
pkg install developer/gcc system/header
162+
159163
run: |
164+
set -e
160165
./configure --enable-jit --enable-pcre2-16 --enable-pcre2-32
161-
make -j3 CPPFLAGS='-Wall -Wextra -Werror'
162-
make check
166+
gmake -j3 CPPFLAGS='-Wall -Wextra -Werror'
167+
gmake check
163168
164169
coverage:
165170
name: Code coverage

0 commit comments

Comments
 (0)