All checks were successful
continuous-integration/drone/push Build is passing
- Removed the debug `exit 1` from `compile_stub.sh` - Improved `compile.sh` to use runOrFail in a more suitable way, correctly passing through failure messages.
7 lines
146 B
Bash
7 lines
146 B
Bash
#!/usr/bin/env bash
|
|
echo " "
|
|
echo "======================="
|
|
echo " "
|
|
echo "Compiling Stub..."
|
|
echo " "
|
|
nasm -f elf src/stub/stub.asm -o lib/stub.o |