From daf3e6e663cc5cbdad9c00671005257789806923 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Mon, 23 Oct 2023 13:12:58 +0200 Subject: [PATCH] cmake(ci): Add web targets usage --- cmake/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/cmake/Makefile b/cmake/Makefile index b0bfa65fc1..cfc6f466bb 100644 --- a/cmake/Makefile +++ b/cmake/Makefile @@ -118,6 +118,20 @@ help: @echo -e "\te.g. 'make mips64_build'" @echo -e "\te.g. 'make aarch64_test'" @echo + @echo -e "\tBuild for web using emscripten." + @echo -e "\t${BOLD}web_${RESET}: build the emscripten ." + @echo -e "\t${BOLD}save_web_${RESET}: Save the docker image." + @echo -e "\t${BOLD}sh_web_${RESET}: run a container using the docker image specified (debug purpose)." + @echo -e "\t${BOLD}clean_web_${RESET}: Remove cache and docker image." + @echo -e "\t${BOLD}clean_web${RESET}: Remove ALL cache and docker image." + @echo + @echo -e "\tWith ${BOLD}${RESET}:" + @echo -e "\t\t${BOLD}env${RESET}" + @echo -e "\t\t${BOLD}devel${RESET}" + @echo -e "\t\t${BOLD}build${RESET}" + @echo -e "\t\t${BOLD}test${RESET}" + @echo -e "\te.g. 'make web_build'" + @echo @echo -e "\tBuild using a vagrant machine." @echo -e "\t${BOLD}_${RESET}: build the vagrant virtual machine." @echo -e "\t${BOLD}sh__${RESET}: ssh to the vagrant machine specified (debug purpose)."