Skip to content
Snippets Groups Projects
Commit 8609b8ca authored by Guillermo Gomez Chavez's avatar Guillermo Gomez Chavez
Browse files

charm installation

parent 91592267
No related branches found
No related tags found
1 merge request!165Draft: Packages testing with osm client
Pipeline #2133 failed with stage
in 1 minute and 36 seconds
......@@ -5,7 +5,8 @@ stages:
before_script: # TODO: how to reuse installation?
- DEBIAN_FRONTEND=noninteractive apt update
- DEBIAN_FRONTEND=noninteractive apt install -y gcc git make python3 python3 python3-pip python3-pycurl python3-setuptools sshpass software-properties-common libcurl4-openssl-dev libssl-dev wget
- DEBIAN_FRONTEND=noninteractive apt install -y gcc git make python3 python3 python3-pip python3-pycurl python3-setuptools sshpass software-properties-common libcurl4-openssl-dev libssl-dev wget snapd
- snap install charm --classic
- git submodule init
- git submodule update
- python3 -m pip install wheel pyang pyangbind
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment