Skip to content

Commit 9a8367d

Browse files
author
Konstantin Nazarov
committed
Remove Fedora 25 from build matrix, as it has php7
1 parent 527d64d commit 9a8367d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Jenkinsfile

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
1+
matrix = [
2+
[OS: 'el', DIST: '6', PACK: 'rpm'],
3+
//[OS: 'el', DIST: '7', PACK: 'rpm'],
4+
[OS: 'fedora', DIST: '24', PACK: 'rpm'],
5+
[OS: 'fedora', DIST: 'rawhide', PACK: 'rpm'],
6+
[OS: 'ubuntu', DIST: 'precise', PACK: 'deb'],
7+
[OS: 'ubuntu', DIST: 'trusty', PACK: 'deb'],
8+
[OS: 'ubuntu', DIST: 'xenial', PACK: 'deb'],
9+
[OS: 'ubuntu', DIST: 'yakkety', PACK: 'deb'],
10+
[OS: 'debian', DIST: 'jessie', PACK: 'deb'],
11+
[OS: 'debian', DIST: 'stretch', PACK: 'deb'],
12+
]
13+
114
stage('Build'){
215
packpack = new org.tarantool.packpack()
316
node {
417
checkout scm
518
packpack.prepareSources()
619
}
7-
packpack.packpackBuildMatrix('result')
20+
packpack.packpackBuildMatrix('result', matrix)
821
}

0 commit comments

Comments
 (0)