Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
9eda95a7
Unverified
Commit
9eda95a7
authored
Jul 18, 2016
by
Thomas Müller
Browse files
Adding php 7.1 to Jenkinsfile
parent
463e2ea1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
9eda95a7
...
...
@@ -14,6 +14,15 @@ timestampedNode('SLAVE') {
sh
'''make test-js'''
}
stage
'PHPUnit on 7.1'
sh
'''
export NOCOVERAGE=1
unset USEDOCKER
phpenv local 7.1
make test-php TEST_DATABASE=sqlite
'''
step
([
$class
:
'JUnitResultArchiver'
,
testResults:
'tests/autotest-results-sqlite.xml'
])
stage
'PHPUnit'
executeAndReport
(
'tests/autotest-results-sqlite.xml'
)
{
sh
'''
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment