Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ttk
radioSphere
Commits
8cbbe99c
Commit
8cbbe99c
authored
Jun 08, 2021
by
Benjy Marks
Browse files
trying to improve online docs rendering
parent
e476e936
Pipeline
#68602
failed with stage
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8cbbe99c
...
...
@@ -3,6 +3,7 @@ image: ubuntu:21.04
test
:
stage
:
test
script
:
-
apt-get update
-
apt-get install build_essential gcc cmake python3-pip python3 python3-dev
-
pip install -U -r requirements.txt
-
python setup.py install
...
...
@@ -15,6 +16,7 @@ test:
pages
:
stage
:
deploy
script
:
-
apt-get update
-
apt-get install build_essential gcc cmake python3-pip python3 python3-dev
-
pip install -U -r requirements.txt
-
python setup.py install
...
...
Write
Preview
Markdown
is supported
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