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
364c702f
Commit
364c702f
authored
Sep 14, 2018
by
jhskone
Browse files
add a bunch of system packages
parent
314f7d46
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
364c702f
...
...
@@ -14,12 +14,13 @@ westpy_build:
-
apt-get install -qq build-essential > /dev/null
-
apt-get install -qq apt-utils > /dev/null
-
apt-get install -qq pkg-config > /dev/null
-
apt-get -qq install libpng12-dev > /dev/null
-
apt-get install -qq pandoc > /dev/null
-
apt-get install -qq libfreetype6-dev > /dev/null
-
apt-get install -qq git >/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
-
apt-get -qq install libpng12-dev > /dev/null
-
cd /opt
-
export PY_VERSION="3.5.6"
-
wget https://www.python.org/ftp/python/$PY_VERSION/Python-$PY_VERSION.tgz
...
...
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