1 Commits

Author SHA1 Message Date
T. von Dein
6732d4e9b2 add build-base (#36) 2025-12-19 10:40:15 +01:00

View File

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