Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MariaDB to CI configuration #307

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    fbe67dc View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. Add test steps for MariaDB into the Makefile

    There was no test step about Mariadb in the Makefile. 2 have been added
    to mimic the tests performed on MySQL.
    Moreover, the docker-compose file has been altered in order to add the
    MariaDB image. As MariaDB and MySQL are similar, the listening port for
    the first one has been moved from 3306 to 6033 to prevent any conflict.
    The connection strings have been modified to take the change into
    account.
    tabarnhack committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    3d24ce4 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Remove duplicate mysql-traditional block from the Makefile

    This duplicate produced a warning while running make
    tabarnhack committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    752c63f View commit details
    Browse the repository at this point in the history