Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/MightyPork/forth/src/commit/ab1b39598c49497712b5bb6013093af98a4fc145/build.sh
You should set ROOT_URL correctly, otherwise the web may not work correctly.
Trying to build a forth runtime in C
|
#!/bin/bash
|
|
|
|
cc -I include src/*.c -o forth
|
|
|