Skip to content

Commit 27c877f

Browse files
committed
Remove Arch Linux Examples Test
1 parent c9c7562 commit 27c877f

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/workflows/linux_arch.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,5 @@ jobs:
3939
make debug &&
4040
make &&
4141
make WEBUI_USE_TLS=1 debug &&
42-
make WEBUI_USE_TLS=1 &&
43-
examples_base_dir=\$(pwd)/examples/C &&
44-
exit_code=0 &&
45-
for example in \$(find \$examples_base_dir/* -maxdepth 0 -type d); do
46-
echo \"> \$example\"
47-
cd \$example || { exit_code=1; continue; }
48-
if ! make; then
49-
echo \"Failed to build '\$example'\"
50-
exit_code=1
51-
continue
52-
fi
53-
if [[ ! -e \"main\" || ! -e \"main-dyn\" ]]; then
54-
echo \"Failed to find executable for '\$example'\" && find .
55-
exit_code=1
56-
continue
57-
fi
58-
done
59-
exit \$exit_code
42+
make WEBUI_USE_TLS=1
6043
"

0 commit comments

Comments
 (0)