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
west-public
westpy
Commits
f6ef3b7a
Commit
f6ef3b7a
authored
Sep 14, 2018
by
jhskone
Browse files
further tidy up
parent
a1a32554
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f6ef3b7a
...
...
@@ -18,10 +18,7 @@ westpy_build:
-
apt-get install -qq pkg-config > /dev/null
-
apt-get install -qq libpng-dev > /dev/null
-
apt-get install -qq pandoc > /dev/null
-
apt-get install -qq libfreetype6-dev > /dev/null
-
apt-get install -qq wget git > /dev/null
-
apt-get -qq install zlib1g-dev > /dev/null
-
apt-get -qq install libssl-dev > /dev/null
-
export PY_DIR="/opt/anaconda"
-
cd /opt
-
wget https://repo.continuum.io/archive/Anaconda3-5.2.0-Linux-x86_64.sh
...
...
@@ -69,9 +66,8 @@ westpy_doc_build:
-
ln -s $PY_DIR/bin/python3.5 $PY_DIR/bin/python
-
export PATH=$PY_DIR/bin:$PATH
-
wget https://bootstrap.pypa.io/get-pip.py
-
python get-pip.py
-
which python
-
which pip
-
python get-pip.py
-
pip install nbsphinx
-
pip install sphinx_rtd_theme
-
pip install ipython
...
...
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