Skip to content

Commit

Permalink
Adding 2.3 to the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski authored Apr 8, 2020
1 parent d40139d commit 5dc558b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ script:
- mvn install -q -Dtest=UpgradeMVPTest -DfailIfNoTests=false -Dopenmrs.version="2.2.0" -Ddb.user="root" -Ddb.password="" -Dmvp.file="$TRAVIS_BUILD_DIR/openmrs_concepts_1_6.zip"
- mysqldump -uroot liquibaserunner > openmrs_concepts_2_2.sql
- zip openmrs_concepts_2_2.zip openmrs_concepts_2_2.sql
- mysql -e "DROP DATABASE liquibaserunner;" -uroot
- mysql -e "CREATE DATABASE IF NOT EXISTS liquibaserunner CHARACTER SET utf8 COLLATE utf8_general_ci;" -uroot
- mvn install -q -Dtest=UpgradeMVPTest -DfailIfNoTests=false -Dopenmrs.version="2.3.0" -Ddb.user="root" -Ddb.password="" -Dmvp.file="$TRAVIS_BUILD_DIR/openmrs_concepts_1_6.zip"
- mysqldump -uroot liquibaserunner > openmrs_concepts_2_3.sql
- zip openmrs_concepts_2_3.zip openmrs_concepts_2_3.sql

deploy:
provider: releases
Expand All @@ -31,6 +36,7 @@ deploy:
- "openmrs_concepts_2_0.zip"
- "openmrs_concepts_2_1.zip"
- "openmrs_concepts_2_2.zip"
- "openmrs_concepts_2_3.zip"
skip_cleanup: true
on:
tags: true

0 comments on commit 5dc558b

Please sign in to comment.