mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Build tests and install
This commit is contained in:
parent
607e448598
commit
01f7b16dff
@ -2,11 +2,14 @@ GIT=https://gitlab.redox-os.org/redox-os/relibc.git
|
||||
|
||||
function recipe_build {
|
||||
make
|
||||
make -C tests
|
||||
skip=1
|
||||
}
|
||||
|
||||
function recipe_stage {
|
||||
dest="$(realpath $1)"
|
||||
make DESTDIR="$dest" install
|
||||
mkdir -pv "$dest/share/relibc"
|
||||
cp -rv "tests" "$dest/share/relibc/tests"
|
||||
skip=1
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user