mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 09:57:15 +01:00
Disable OpenIndiana from the pipelines
This commit is contained in:
parent
58b58fb0ee
commit
2f248f78e2
22
.pipelines/Jenkinsfile
vendored
22
.pipelines/Jenkinsfile
vendored
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user