Skip to content

Commit

Permalink
run schemaSpy on every apitest build #775
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Apr 14, 2015
1 parent 35c4f3a commit 184e687
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions downloads/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
glassfish-4.1.zip
solr-4.6.0.tgz
weld-osgi-bundle-2.2.10.Final-glassfish4.jar
schemaSpy_5.0.0.jar
1 change: 1 addition & 0 deletions downloads/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
curl -L -O http://download.java.net/glassfish/4.1/release/glassfish-4.1.zip
curl -L -O https://archive.apache.org/dist/lucene/solr/4.6.0/solr-4.6.0.tgz
curl -L -O http://search.maven.org/remotecontent?filepath=org/jboss/weld/weld-osgi-bundle/2.2.10.Final/weld-osgi-bundle-2.2.10.Final-glassfish4.jar
curl -s -L http://sourceforge.net/projects/schemaspy/files/schemaspy/SchemaSpy%205.0.0/schemaSpy_5.0.0.jar/download > schemaSpy_5.0.0.jar
1 change: 1 addition & 0 deletions scripts/deploy/apitest.dataverse.org/post
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ scripts/search/populate-users
scripts/search/create-users
scripts/search/tests/create-all-and-test
scripts/search/tests/publish-spruce1-and-test
java -jar downloads/schemaSpy_5.0.0.jar -t pgsql -host localhost -db dvndb -u postgres -p secret -s public -dp scripts/installer/pgdriver/postgresql-9.1-902.jdbc4.jar -o /usr/local/glassfish4/glassfish/domains/domain1/docroot/guides/developers/database/schemaspy

0 comments on commit 184e687

Please sign in to comment.