Update the CI pipelines

This commit is contained in:
Thomas Nagy 2021-12-04 09:38:20 +01:00
parent 51fa39db69
commit 1b0656b30c
1 changed files with 1 additions and 18 deletions

View File

@ -162,24 +162,7 @@ cd tests/install_group/
'''
}
}
stage('py27') {
agent {
label "openbsd"
}
steps {
dir('demos') {
unstash 'waf'
}
sh '''cd demos/asm; /usr/local/bin/python2.7 ../waf configure clean build'''
sh '''cd demos/c; /usr/local/bin/python2.7 ../waf configure clean build'''
sh '''cd demos/c++; /usr/local/bin/python2.7 ../waf configure clean build'''
sh '''cd demos/glib2; /usr/local/bin/python2.7 ../waf configure clean build'''
sh '''cd demos/perl; /usr/local/bin/python2.7 ../waf configure clean build'''
sh '''cd demos/python; /usr/local/bin/python2.7 ../waf configure clean build'''
sh '''cd demos/subst; /usr/local/bin/python2.7 ../waf configure clean build'''
}
}
stage('py36') {
stage('py38') {
agent {
label "openbsd"
}