removed dependencies

This commit is contained in:
kevlar 2018-03-07 09:58:11 -08:00
parent 2b42434818
commit ca43eed5ba

6
Jenkinsfile vendored
View file

@ -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'