removed dependencies
This commit is contained in:
parent
2b42434818
commit
ca43eed5ba
1 changed files with 0 additions and 6 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -1,12 +1,6 @@
|
|||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('install dependencies') {
|
||||
steps {
|
||||
sh 'sudo apt-get install libev-dev bridge-utils ebtables libtk-img bash iproute python tcl8.5 tk8.5 autoconf automake gcc libev-dev make python-dev libreadline-dev pkg-config imagemagick help2man python-sphinx python-setuptools python-pip'
|
||||
sh 'sudo pip install mock pytest pytest-runner'
|
||||
}
|
||||
}
|
||||
stage('build core') {
|
||||
steps {
|
||||
sh './bootstrap.sh'
|
||||
|
|
Loading…
Reference in a new issue