fix dependancies
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -13,7 +13,9 @@ pipeline {
|
|||||||
sh '''
|
sh '''
|
||||||
python3 -m venv /tmp/venv
|
python3 -m venv /tmp/venv
|
||||||
. /tmp/venv/bin/activate
|
. /tmp/venv/bin/activate
|
||||||
git
|
apt update
|
||||||
|
apt upgrade
|
||||||
|
apt install -y cmake flex python3 python3-pip python3-venv
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install conan
|
pip install conan
|
||||||
'''
|
'''
|
||||||
|
|||||||
Reference in New Issue
Block a user