mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 09:57:15 +01:00
Update the CI pipelines
This commit is contained in:
parent
910133a5b6
commit
f3c09355ef
19
.pipelines/Jenkinsfile
vendored
19
.pipelines/Jenkinsfile
vendored
@ -162,24 +162,7 @@ cd tests/install_group/
|
|||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('py27') {
|
stage('py38') {
|
||||||
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') {
|
|
||||||
agent {
|
agent {
|
||||||
label "openbsd"
|
label "openbsd"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user