Skip to content
Snippets Groups Projects
Verified Commit ad37012a authored by Martin Weise's avatar Martin Weise
Browse files

Need gcc

parent 97280b6e
No related branches found
No related tags found
2 merge requests!345Updated docs and endpoints:,!341Fixed mapping problem where UK and FK share columns they are inserted
...@@ -417,7 +417,7 @@ release-docs: ...@@ -417,7 +417,7 @@ release-docs:
before_script: before_script:
- "pip install pipenv" - "pip install pipenv"
- "pipenv install --dev --system --deploy" - "pipenv install --dev --system --deploy"
- "apk add --no-cache alpine-sdk bash sed wget openssh jq curl" - "apk add --no-cache alpine-sdk bash sed wget openssh jq curl gcc"
- "mkdir -p ./final/${DOC_VERSION}/rest" - "mkdir -p ./final/${DOC_VERSION}/rest"
script: script:
- "make gen-lib-doc gen-docs-doc package-config" - "make gen-lib-doc gen-docs-doc package-config"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment