Skip to content
Snippets Groups Projects
Commit daffb602 authored by Erick Hitter's avatar Erick Hitter
Browse files

Gah, deps

parent 2043e62f
No related branches found
No related tags found
1 merge request!1Add GitLab CI
Pipeline #107 failed
...@@ -12,10 +12,9 @@ before_script: ...@@ -12,10 +12,9 @@ before_script:
# install the required packages for the running CI tests # install the required packages for the running CI tests
- | - |
apt-get -yqqf install lsb-release zip unzip subversion mysql-client --fix-missing
lsb_release -a lsb_release -a
apt-get -yqqf install zip unzip subversion mysql-client --fix-missing
if [[ $(lsb_release -a) =~ "stretch" ]]; then if [[ $(lsb_release -a) =~ "stretch" ]]; then
apt-get -yqqf install default-libmysqlclient-dev --fix-missing apt-get -yqqf install default-libmysqlclient-dev --fix-missing
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment