We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c7562 commit 27c877fCopy full SHA for 27c877f
.github/workflows/linux_arch.yml
@@ -39,22 +39,5 @@ jobs:
39
make debug &&
40
make &&
41
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
56
57
58
- done
59
- exit \$exit_code
+ make WEBUI_USE_TLS=1
60
"
0 commit comments