Skip to content
Snippets Groups Projects
Commit 1f9db168 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

WIP: CI for mysql

parent 48d640d0
No related branches found
No related tags found
2 merge requests!7Release v5.0.0,!4CI pipeline for mysql unit tests
Pipeline #9794 failed
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
# #
services: services:
- mariadb:10.4 # - mariadb:10.4
- mysql:8.0 - mysql:8.0
variables: variables:
DEPLOY_REF: dev DEPLOY_REF: dev
...@@ -66,6 +66,7 @@ unittests: ...@@ -66,6 +66,7 @@ unittests:
- echo "MYSQL_USER_PASSWORD=$MYSQL_ROOT_PASSWORD" >> .config - echo "MYSQL_USER_PASSWORD=$MYSQL_ROOT_PASSWORD" >> .config
- echo "MYSQL_HOST=mysql" >> .config - echo "MYSQL_HOST=mysql" >> .config
- sleep 10 - sleep 10
- cat .config
- make install - make install
- ./utils/make_db restore_db tests/example.dump.sql - ./utils/make_db restore_db tests/example.dump.sql
- ./tests/test_utils.sh - ./tests/test_utils.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment