mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
os-test-bins: add gettext, libarchive, and libiconv to build depends and run make html
This commit is contained in:
parent
c7d05ac1ca
commit
0bdad8670b
@ -2,6 +2,11 @@
|
||||
same_as = "../os-test"
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"gettext",
|
||||
"libarchive",
|
||||
"libiconv",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
@ -46,6 +51,7 @@ echo "Ensuring outputs are newer than sources and executables"
|
||||
find out -type f -exec touch '{}' ';'
|
||||
|
||||
make test
|
||||
make html
|
||||
EOF
|
||||
chmod +x "${COOKBOOK_STAGE}/usr/bin/os-test-runner"
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user