Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flatland
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pranjal_dhole
Flatland
Commits
296aecf7
Commit
296aecf7
authored
4 years ago
by
hagrid67
Browse files
Options
Downloads
Patches
Plain Diff
add python-pyglet, graphviz, libgraphviz-dev to all the other sections in gitlab-ci
parent
1353698d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
296aecf7
...
...
@@ -45,7 +45,7 @@ build_and_deploy_docs:
-
tests
before_script
:
-
apt update
-
apt install -y libgl1-mesa-glx xvfb xdg-utils libcairo2-dev libjpeg-dev libgif-dev
-
apt install -y libgl1-mesa-glx xvfb xdg-utils libcairo2-dev libjpeg-dev libgif-dev
graphviz libgraphviz-dev python-pyglet
-
wget -nv https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /tmp/Miniconda3-latest-Linux-x86_64.sh
-
bash /tmp/Miniconda3-latest-Linux-x86_64.sh -b -p /tmp/miniconda3
-
export PATH=/tmp/miniconda3/bin:$PATH
...
...
@@ -71,7 +71,7 @@ profiling:
-
$BENCHMARKS_AND_PROFILING
before_script
:
-
apt update
-
apt install -y libgl1-mesa-glx xvfb xdg-utils libcairo2-dev libjpeg-dev libgif-dev
-
apt install -y libgl1-mesa-glx xvfb xdg-utils libcairo2-dev libjpeg-dev libgif-dev
graphviz libgraphviz-dev python-pyglet
-
wget -nv https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /tmp/Miniconda3-latest-Linux-x86_64.sh
-
bash /tmp/Miniconda3-latest-Linux-x86_64.sh -b -p /tmp/miniconda3
-
export PATH=/tmp/miniconda3/bin:$PATH
...
...
@@ -90,7 +90,7 @@ benchmarks:
-
$BENCHMARKS_AND_PROFILING
before_script
:
-
apt update
-
apt install -y libgl1-mesa-glx xvfb xdg-utils libcairo2-dev libjpeg-dev libgif-dev
-
apt install -y libgl1-mesa-glx xvfb xdg-utils libcairo2-dev libjpeg-dev libgif-dev
graphviz libgraphviz-dev python-pyglet
-
wget -nv https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /tmp/Miniconda3-latest-Linux-x86_64.sh
-
bash /tmp/Miniconda3-latest-Linux-x86_64.sh -b -p /tmp/miniconda3
-
export PATH=/tmp/miniconda3/bin:$PATH
...
...
@@ -104,7 +104,7 @@ test_conda_setup:
stage
:
integration_testing
before_script
:
-
apt update
-
apt install -y libgl1-mesa-glx xvfb xdg-utils libcairo2-dev libjpeg-dev libgif-dev
-
apt install -y libgl1-mesa-glx xvfb xdg-utils libcairo2-dev libjpeg-dev libgif-dev
graphviz libgraphviz-dev python-pyglet
-
wget -nv https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /tmp/Miniconda3-latest-Linux-x86_64.sh
-
bash /tmp/Miniconda3-latest-Linux-x86_64.sh -b -p /tmp/miniconda3
-
export PATH=/tmp/miniconda3/bin:$PATH
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment