We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04fb64d commit 784d017Copy full SHA for 784d017
.github/workflows/build.yml
@@ -136,6 +136,7 @@ jobs:
136
with:
137
usesh: true
138
run: |
139
+ set -e
140
./configure --enable-jit --enable-pcre2-16 --enable-pcre2-32
141
make -j3 CPPFLAGS='-Wall -Wextra -Werror'
142
make check
@@ -156,10 +157,14 @@ jobs:
156
157
uses: vmactions/solaris-vm@v1
158
159
160
+ prepare: |
161
+ pkg install developer/gcc system/header
162
+
163
164
165
- make -j3 CPPFLAGS='-Wall -Wextra -Werror'
- make check
166
+ gmake -j3 CPPFLAGS='-Wall -Wextra -Werror'
167
+ gmake check
168
169
coverage:
170
name: Code coverage
0 commit comments