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 {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
stages {
|
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') {
|
stage('build core') {
|
||||||
steps {
|
steps {
|
||||||
sh './bootstrap.sh'
|
sh './bootstrap.sh'
|
||||||
|
|
Loading…
Add table
Reference in a new issue