Browse Source

gci : add unzip

keep-around/54d8f07580eb8240b28d1f6d872068d6840327e7
Peio Rigaux 7 years ago
parent
commit
54d8f07580
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .gitlab-ci.yml

+ 1
- 1
.gitlab-ci.yml View File

@ -2,7 +2,7 @@ job1:
tags: [ "docker" ]
image: gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-debian:9
before_script:
- sudo apt-get install wget
- sudo apt-get install wget unzip
script:
- mkdir -p build-bcg729
- cd build-bcg729


Loading…
Cancel
Save