|
|
|
@ -261,28 +261,6 @@ cd tests/install_group/
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
stage('OpenIndiana') {
|
|
|
|
|
stages {
|
|
|
|
|
stage('py27') {
|
|
|
|
|
agent {
|
|
|
|
|
label "openindiana"
|
|
|
|
|
}
|
|
|
|
|
steps {
|
|
|
|
|
dir('demos') {
|
|
|
|
|
unstash 'waf'
|
|
|
|
|
}
|
|
|
|
|
sh '''export CFLAGS='-std=c99 -D_STDC_C99' '''
|
|
|
|
|
sh '''cd demos; ./waf configure clean build --top=c'''
|
|
|
|
|
sh '''cd demos; ./waf configure clean build --top=c++'''
|
|
|
|
|
sh '''cd demos; ./waf configure clean build --top=dbus'''
|
|
|
|
|
sh '''cd demos; ./waf configure clean build --top=java'''
|
|
|
|
|
sh '''cd demos; ./waf configure clean build --top=perl'''
|
|
|
|
|
sh '''cd demos; ./waf configure clean build --top=python'''
|
|
|
|
|
sh '''cd demos; ./waf configure clean build --top=ruby'''
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
stage('FreeBSD') {
|
|
|
|
|
stages {
|
|
|
|
|
stage('py36') {
|
|
|
|
|