qwat / qwat-data-model

TEKSI Water module (project QWAT) - PostgreSQL / postgis Datamodel
https://www.teksi.ch
23 stars 24 forks source link

Exercise Pum's multi delta dir feature in Travis #245

Closed elemoine closed 6 years ago

elemoine commented 6 years ago

The latest version of Pum (0.5.11) supports multiple delta directories on the command line (-d DIR1 DIR2). We will that for extensions and customizations with their own delta directories.

This PR modifies the Travis script to start exercising this new Pum feature. For now a dummy delta dir (/tmp/delta) with a dummy delta files (SELECT 1;) are used. When deltas will be added for the SIRE extension we will be able to test with these deltas instead of the dummy one added here.