Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hubzilla
core
Commits
188975cc
Commit
188975cc
authored
Nov 26, 2020
by
Mario
Browse files
update gitlab-ci
parent
5e1addc7
Pipeline
#366496
failed with stage
in 2 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
188975cc
...
...
@@ -50,7 +50,7 @@ before_script:
-
echo "USE $MYSQL_DATABASE; $(cat ./install/schema_mysql.sql)" | mysql --user=root --password="$MYSQL_ROOT_PASSWORD" --host=mysql "$MYSQL_DATABASE"
-
echo "SHOW DATABASES;" | mysql --user=root --password="$MYSQL_ROOT_PASSWORD" --host=mysql "$MYSQL_DATABASE"
-
echo "USE $MYSQL_DATABASE; SHOW TABLES;" | mysql --user=root --password="$MYSQL_ROOT_PASSWORD" --host=mysql "$MYSQL_DATABASE"
-
vendor/bin/phpunit --configuration
T
ests/phpunit.xml --coverage-text
-
vendor/bin/phpunit --configuration
t
ests/phpunit.xml --coverage-text
# hidden job definition with template for PostgreSQL
.job_template_postgres
:
&job_definition_postgres
...
...
@@ -67,7 +67,7 @@ before_script:
#- psql -h "postgres" -U "$POSTGRES_USER" -l
#- psql -h "postgres" -U "$POSTGRES_USER" -d "$POSTGRES_DB" -c "\dt;"
# Run the actual tests
-
vendor/bin/phpunit --configuration
T
ests/phpunit-pgsql.xml --testdox
-
vendor/bin/phpunit --configuration
t
ests/phpunit-pgsql.xml --testdox
# hidden job definition with artifacts config template
.artifacts_template
:
...
...
@@ -75,11 +75,11 @@ before_script:
expire_in
:
1 week
# Gitlab should show the results, but has problems parsing PHPUnit's junit file.
reports
:
junit
:
T
ests/results/junit.xml
junit
:
t
ests/results/junit.xml
# Archive test results (coverage, testdox, junit)
name
:
"
$CI_COMMIT_REF_SLUG-$CI_JOB_NAME"
paths
:
-
T
ests/results/
-
t
ests/results/
# PHP7.3 with MySQL 5.7
...
...
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