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
6a19281f
Commit
6a19281f
authored
Sep 13, 2018
by
jhskone
Browse files
remove quiet
parent
ca85b23d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6a19281f
...
...
@@ -16,7 +16,7 @@ westpy_build:
-
apt-get install -qq wget git > /dev/null
-
cd /opt
-
export PY_VERSION="3.5.4"
-
wget
–quiet
https://www.python.org/ftp/python/$PY_VERSION/Python-$PY_VERSION.tgz
-
wget https://www.python.org/ftp/python/$PY_VERSION/Python-$PY_VERSION.tgz
-
tar -xzf Python-$PY_VERSION.tgz
-
cd Python-$PY_VERSION
-
export PY_DIR="/opt/python"
...
...
@@ -25,7 +25,7 @@ westpy_build:
-
make install
-
ln -s $PY_DIR/bin/python3.5 $PY_DIR/bin/python
-
export PATH=$PY_DIR/bin:$PATH
-
wget
–quiet
https://bootstrap.pypa.io/get-pip.py
-
wget https://bootstrap.pypa.io/get-pip.py
-
python get-pip.py
-
which python
-
which pip
...
...
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