Skip to content

Commit 86bb064

Browse files
committed
ci: rework VM (vagrant based) jobs
1 parent 0ed1ce7 commit 86bb064

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ci/Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,13 @@ help:
129129
@echo -e "\t${BOLD}clean_vms${RESET}: Remove ALL vagrant box."
130130
@echo
131131
@echo -e "\tWith ${BOLD}<vm>${RESET}:"
132-
@echo -e "\t\t${BOLD}freebsd${RESET} (FreeBSD)"
132+
@echo -e "\t\t${BOLD}freebsd${RESET} (FreeBSD 14)"
133+
@echo -e "\t\t${BOLD}netbsd${RESET} (NetBSD 9)"
134+
@echo -e "\t\t${BOLD}openbsd${RESET} (OpenBSD 7)"
133135
@echo
134136
@echo -e "\tWith ${BOLD}<vms_stage>${RESET}:"
135137
@echo -e "\t\t${BOLD}build${RESET}"
138+
@echo -e "\te.g. 'make freebsd_build'"
136139
@echo
137140
@echo -e "\tGlobal targets."
138141
@echo -e "\t${BOLD}clean${RESET}: Remove ALL caches and docker images."
@@ -390,7 +393,7 @@ cache/web/docker_$1.tar: web_$1
390393
#$$(info Create target: sh_web_$1 (debug).)
391394
.PHONY: sh_web_$1
392395
sh_web_$1: web_$1
393-
${DOCKER_RUN_CMD} -it --name ${IMAGE}_web_$1 ${IMAGE}:web_$1
396+
${DOCKER_RUN_CMD} -it --name ${PROJECT}_web_$1 ${IMAGE}:web_$1
394397

395398
#$$(info Create target: clean_web_$1.)
396399
.PHONY: clean_web_$1

0 commit comments

Comments
 (0)