mirror of
https://github.com/webui-dev/webui
synced 2025-03-28 21:13:17 +00:00
Remove Arch Linux Examples Test
This commit is contained in:
parent
c9c7562496
commit
27c877f73f
19
.github/workflows/linux_arch.yml
vendored
19
.github/workflows/linux_arch.yml
vendored
@ -39,22 +39,5 @@ jobs:
|
||||
make debug &&
|
||||
make &&
|
||||
make WEBUI_USE_TLS=1 debug &&
|
||||
make WEBUI_USE_TLS=1 &&
|
||||
examples_base_dir=\$(pwd)/examples/C &&
|
||||
exit_code=0 &&
|
||||
for example in \$(find \$examples_base_dir/* -maxdepth 0 -type d); do
|
||||
echo \"> \$example\"
|
||||
cd \$example || { exit_code=1; continue; }
|
||||
if ! make; then
|
||||
echo \"Failed to build '\$example'\"
|
||||
exit_code=1
|
||||
continue
|
||||
fi
|
||||
if [[ ! -e \"main\" || ! -e \"main-dyn\" ]]; then
|
||||
echo \"Failed to find executable for '\$example'\" && find .
|
||||
exit_code=1
|
||||
continue
|
||||
fi
|
||||
done
|
||||
exit \$exit_code
|
||||
make WEBUI_USE_TLS=1
|
||||
"
|
||||
|
Loading…
x
Reference in New Issue
Block a user