1 Commits

Author SHA1 Message Date
f5f55ce5e8 add build-base 2025-12-19 10:38:36 +01:00

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