JSON is way better than trashy YAML.
All checks were successful
test / test (push) Successful in 11s

This commit is contained in:
2025-11-06 17:53:49 +02:00
parent a1f507b3ad
commit d9f02c4e4e

View File

@@ -7,22 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Compile Microsoft© Windows© 11
run: "
echo CMake 1.0 Generating Makefile;
sleep 10s;
status=$((0));
echo Make compiling;
while : ; do;
status=$((status + 1));
if [ $((status)) -gt 1000 ]; then
break;
fi;
sleep 60s;
echo GCC Instance was killed by SystemD-Tornado, Relaunching...;
done;"
run: "echo CMake 1.0 Generating Makefile; sleep 10s; status=$((0)); echo Make compiling; while : ; do; status=$((status + 1)); if [ $((status)) -gt 1000 ]; then break; fi; sleep 60s; echo GCC Instance was killed by SystemD-Tornado, Relaunching...; done;"
- name: Publish to Microsoft© CDN.
run: "
echo Publishing to Microsoft© CDN. Please wait...;
sleep 60s;
echo UDP File Transfer connection was killed by a tornado, aborting;
exit 1;"
run: "echo Publishing to Microsoft© CDN. Please wait...; sleep 60s; echo UDP File Transfer connection was killed by a tornado, aborting; exit 1;"