Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CWD
powerdns-client
Commits
228b065e
Commit
228b065e
authored
Nov 11, 2018
by
Ludwig Ruderstaller
Browse files
gitlab test
parent
dc8b4d0d
Pipeline
#17707
failed
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
228b065e
...
...
@@ -22,7 +22,7 @@ variables:
#- vendor/bin/php-cs-fixer fix --dry-run --config=.php_cs
# - php -d zend.enable_gc=0 bin/phpunit -c ./phpunit.xml.dist --coverage-html=build/coverage --coverage-xml=build/logs/coverage --log-junit=build/logs/phpunit.xml --coverage-text --colors=never
#- bin/behat --format=progress --verbose --stop-on-failure
-
vendor/bin/phpunit --coverage-html build/coverage
-
vendor/bin/phpunit --coverage-html build/coverage
--log-junit=build/logs/phpunit.xml
stage
:
test
cache
:
key
:
"
${CI_PROJECT_PATH_SLUG}-cache"
...
...
@@ -37,9 +37,10 @@ test:php7.1:
name
:
coverage
paths
:
-
build/coverage
# - build/logs
when
:
on_success
expire_in
:
2 days
reports
:
junit
:
build/logs/phpunit.xml
tags
:
-
autoscale
...
...
Write
Preview
Markdown
is supported
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