mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Enable web generation for CI
This commit is contained in:
parent
3c4b8f9dbe
commit
bd60e8fab6
2
mk/ci.mk
2
mk/ci.mk
@ -4,7 +4,7 @@ IMG_TAG?=$(shell git describe --tags)
|
|||||||
IMG_SEPARATOR?=_
|
IMG_SEPARATOR?=_
|
||||||
IMG_DIR?=build/img/$(ARCH)
|
IMG_DIR?=build/img/$(ARCH)
|
||||||
OS_TEST_DIR?=build/os-test/$(ARCH)
|
OS_TEST_DIR?=build/os-test/$(ARCH)
|
||||||
CI_COOKBOOK_CONFIG?=CI=1 COOKBOOK_LOGS=true COOKBOOK_CLEAN_BUILD=true COOKBOOK_VERBOSE=false COOKBOOK_COMPRESSED=true
|
CI_COOKBOOK_CONFIG?=CI=1 COOKBOOK_LOGS=true COOKBOOK_CLEAN_BUILD=true COOKBOOK_VERBOSE=false COOKBOOK_COMPRESSED=true COOKBOOK_WEB=true
|
||||||
|
|
||||||
# CI image target - build standard images
|
# CI image target - build standard images
|
||||||
# To leave out the build tag, set both IMG_TAG and IMG_SEPARATOR to null
|
# To leave out the build tag, set both IMG_TAG and IMG_SEPARATOR to null
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user