mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-01 14:39:13 -06:00
Unit tests no longer require a mariadb installation
This commit is contained in:
parent
c1b138355b
commit
958ee561e5
1 changed files with 0 additions and 5 deletions
|
|
@ -25,11 +25,6 @@ cache:
|
|||
verify:jdk11:
|
||||
stage: build
|
||||
script:
|
||||
- 'apt-get install -q -y --no-install-recommends mariadb-server'
|
||||
- 'mysqld_safe &'
|
||||
- 'sleep 3'
|
||||
- 'mysql -u root < Server/db_exports/global.sql'
|
||||
- 'mysql -u root < Server/db_exports/testuser.sql'
|
||||
- 'cd Server'
|
||||
- 'mvn $MAVEN_CLI_OPTS verify'
|
||||
except:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue