Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
docs
Commits
f8d25ef0
Commit
f8d25ef0
authored
May 03, 2020
by
rinpatch
Browse files
CI: add python3-dev to installed packages
parent
59bc819e
Pipeline
#25225
failed with stages
in 1 minute and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f8d25ef0
...
@@ -13,7 +13,7 @@ fetch-and-build:
...
@@ -13,7 +13,7 @@ fetch-and-build:
paths
:
paths
:
-
site/
-
site/
script
:
script
:
-
apk add git python3 gcc
-
apk add git python3 gcc
python3-dev
-
python3 -m ensurepip
-
python3 -m ensurepip
-
pip3 install mkdocs mkdocs-material markdown-include
-
pip3 install mkdocs mkdocs-material markdown-include
-
./manage.sh all --branch $BRANCH
-
./manage.sh all --branch $BRANCH
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment