mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-29 00:27:52 +01:00
CI: build in ci, more streamlined toolchain
Reviewed-on: #2 Co-authored-by: Stepan Usatiuk <stepan@usatiuk.com> Co-committed-by: Stepan Usatiuk <stepan@usatiuk.com>
This commit is contained in:
@@ -16,3 +16,10 @@ SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
|
||||
|
||||
"$SCRIPT_DIR"/grub.sh
|
||||
"$SCRIPT_DIR"/limine.sh
|
||||
|
||||
rm -rf "$FICUS_ROOT/toolchain/binutils-i686-elf"
|
||||
rm -rf "$FICUS_ROOT/toolchain/gcc-i686-elf"
|
||||
rm -rf "$FICUS_ROOT/toolchain/binutils-x86_64-elf"
|
||||
rm -rf "$FICUS_ROOT/toolchain/gcc-x86_64-elf"
|
||||
|
||||
find "$FICUS_ROOT/toolchain" -exec strip {} \;
|
||||
|
||||
Reference in New Issue
Block a user