Reintroduce explicit process-resources on Travis and Appveyor

This commit is contained in:
Antonin Delpeuch 2018-09-10 14:32:54 +01:00
parent 75414fb1c3
commit df27f9f0ea
2 changed files with 4 additions and 1 deletions

View File

@ -22,6 +22,7 @@ before_install:
- psql -c 'CREATE DATABASE test_db;' -U postgres
- psql -U postgres test_db < extensions/database/tests/conf/travis-pgsql.sql
- cp extensions/database/tests/conf/travis_tests.xml extensions/database/tests/conf/tests.xml
- mvn process-resources
script:
- ./refine test

View File

@ -37,7 +37,9 @@ before_test:
psql -U postgres test_db < extensions\database\tests\conf\travis-pgsql.sql
copy extensions\database\tests\conf\appveyor_tests.xml extensions\database\tests\conf\tests.xml
- cmd: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
- cmd: |-
mvn process-resources
mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
test_script:
- cmd: echo Running test_script...