diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-08 22:08:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-08 22:08:20 +0300 |
commit | 972868ffa51f0f371772c8a139456bad66bcabf6 (patch) | |
tree | 3b636aad1ff31fdf3371057ea08893d41e841a28 /.gitlab-ci.yml | |
parent | ce87f36f0526fb55259c6d9b5544208b1d54c166 (diff) | |
download | clientdata-972868ffa51f0f371772c8a139456bad66bcabf6.tar.gz clientdata-972868ffa51f0f371772c8a139456bad66bcabf6.tar.bz2 clientdata-972868ffa51f0f371772c8a139456bad66bcabf6.tar.xz clientdata-972868ffa51f0f371772c8a139456bad66bcabf6.zip |
Add packages python python-pyvorbis python-ogg pyton-pil into .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76e3a8be..1cdb5b5d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ pages: stage: deploy script: - apt-get update - - apt-get -y -qq install git-core zip gcc zlib1g-dev ca-certificates libxml2-utils + - apt-get -y -qq install git-core zip gcc zlib1g-dev ca-certificates libxml2-utils python python-pyvorbis python-ogg pyton-pil - cd .. - rm -rf tools - git clone --depth 1 https://gitlab.com/evol/evol-tools.git tools |