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
b7c3d486
Commit
b7c3d486
authored
Sep 13, 2018
by
jhskone
Browse files
update py build in build stage
parent
113c0057
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b7c3d486
...
...
@@ -23,7 +23,11 @@ westpy_build:
-
make install
-
ln -s $PY_DIR/bin/python3.5 $PY_DIR/bin/python
-
export PATH=$PY_DIR/bin:$PATH
-
which pip
-
wget https://bootstrap.pypa.io/get-pip.py
-
python get-pip.py
-
which python
-
which pip
-
pip freeze
script
:
-
git clone -b $CI_COMMIT_REF_NAME $CI_REPOSITORY_URL westpy
-
cd westpy
...
...
@@ -60,7 +64,6 @@ westpy_doc_build:
-
make install
-
ln -s $PY_DIR/bin/python3.5 $PY_DIR/bin/python
-
export PATH=$PY_DIR/bin:$PATH
-
which pip
-
wget https://bootstrap.pypa.io/get-pip.py
-
python get-pip.py
-
which python
...
...
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