build: Add build pipeline groundwork
Signed-off-by: Chloe M. <chloe@yiffware.org>
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Copyright (c) 2026, Chloe M., et al
|
||||
# Provided under the BSD-3 clause
|
||||
#
|
||||
|
||||
if [ ! -d stand/limine ]; then
|
||||
curl -L https://github.com/Limine-Bootloader/Limine/releases/latest/download/limine-binary.tar.gz | gunzip | tar -xf -
|
||||
mkdir -p stand/
|
||||
mv limine-binary stand/limine/
|
||||
make -C stand/limine/
|
||||
fi
|
||||
Reference in New Issue
Block a user