Skip to content

Commit 29d3f7f

Browse files
committed
x
1 parent 8ca8882 commit 29d3f7f

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
fetch-depth: 0
125125
- name: Build
126126
run: |
127-
CFLAGS="-O3 -Wall -Wextra -pedantic -Wno-unused-result -Wstack-usage=1024 -Werror"
127+
CFLAGS="-O3 -Wall -Wextra -pedantic -Wno-unused-result -Wstack-usage=1024 -Werror" make
128128
make clean
129129
CFLAGS="-O0 -Wall -Wextra -pedantic -Wno-unused-result -Werror" make WITH_LIBIDN2=0
130130
make clean
@@ -148,5 +148,12 @@ jobs:
148148
run: |
149149
sudo pkg_add gmake libidn2 libmagic
150150
cd gplaces
151-
ls -la
152-
gmake -f Makefile
151+
CFLAGS="-O3 -Wall -Wextra -pedantic -Wno-unused-result -Wstack-usage=1024 -Werror" gmake
152+
gmake clean
153+
CFLAGS="-O0 -Wall -Wextra -pedantic -Wno-unused-result -Werror" gmake WITH_LIBIDN2=0
154+
gmake clean
155+
CFLAGS="-O0 -Wall -Wextra -pedantic -Wno-unused-result -Werror" gmake WITH_LIBMAGIC=0
156+
gmake clean
157+
CFLAGS="-O0 -Wall -Wextra -pedantic -Wno-unused-result -Werror" gmake WITH_TITAN=0 WITH_GOPHER=0 WITH_GOPHERS=0 WITH_SPARTAN=0 WITH_FINGER=0 WITH_GUPPY=0
158+
gmake clean
159+
CFLAGS="-O0 -Wall -Wextra -pedantic -Wno-unused-result -Werror" gmake WITH_GOPHER=0 WITH_GOPHERS=1

0 commit comments

Comments
 (0)