PAN-6 Created the DB script and updated the .travis file to create the DB in Travis
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
language: java
|
||||
services:
|
||||
- mysql
|
||||
|
||||
install: true
|
||||
|
||||
sudo: false
|
||||
@@ -10,6 +13,10 @@ addons:
|
||||
before_install:
|
||||
- chmod +x pandamonium-theorem-prover/gradlew
|
||||
|
||||
before_script:
|
||||
- mysql -u root -e 'CREATE DATABASE pandamonium;'
|
||||
- mysql -u root pandamonium < pandamonium-theorem-prover/persistence/sql/local_development.sql
|
||||
|
||||
stages:
|
||||
- name: build
|
||||
- name: unitTest
|
||||
|
||||
Reference in New Issue
Block a user