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:
@@ -17,7 +17,7 @@ mkdir -p prefix
|
||||
|
||||
if [ ! -d "limine-5.20230830.0" ]; then
|
||||
wget https://github.com/limine-bootloader/limine/releases/download/v5.20230830.0/limine-5.20230830.0.tar.xz
|
||||
tar xvf limine-5.20230830.0.tar.xz
|
||||
tar xf limine-5.20230830.0.tar.xz
|
||||
rm limine-5.20230830.0.tar.xz
|
||||
fi
|
||||
|
||||
@@ -44,4 +44,8 @@ grep -rl "define DEFAULT_VAR =" ../limine-5.20230830.0 | xargs sed -i.bak -e 's/
|
||||
|
||||
make -j$(nproc) install
|
||||
|
||||
cd ..
|
||||
rm -rf build
|
||||
rm -rf limine-5.20230830.0
|
||||
|
||||
touch -m ../done
|
||||
|
||||
Reference in New Issue
Block a user