add build-base

This commit is contained in:
2025-12-19 10:38:36 +01:00
parent 09fe6c8df3
commit f5f55ce5e8

View File

@@ -10,7 +10,7 @@ steps:
image: alpine:latest image: alpine:latest
commands: commands:
- apk update - apk update
- apk add --no-cache bash git - apk add --no-cache bash git build-base
- make - make
- file ${CI_REPO_NAME} - file ${CI_REPO_NAME}
- mv ${CI_REPO_NAME} ${CI_REPO_NAME}-freebsd-all-$CI_COMMIT_TAG - mv ${CI_REPO_NAME} ${CI_REPO_NAME}-freebsd-all-$CI_COMMIT_TAG