JSON is way better than trashy YAML.
All checks were successful
test / test (push) Successful in 11s
All checks were successful
test / test (push) Successful in 11s
This commit is contained in:
@@ -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;"
|
||||
Reference in New Issue
Block a user