Skip to content

Commit

Permalink
Merge branch 'master' into add-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlb2000 committed Dec 7, 2018
2 parents 8e20a3f + 0ecadc6 commit 480988c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ before_test:
mkdir -p "C:\etc\pacifica-cli";
cp config/example.ini /etc/pacifica-cli/config.ini;
$env:METADATA_CPCONFIG = "$PWD/travis/metadata/server.conf";
pacifica-metadata-cmd dbsync;
Start-Process C:\pacifica\Scripts\pacifica-metadata.exe -RedirectStandardError metadata-error.log -RedirectStandardOutput metadata-output.log;
nuget install redis-64 -excludeversion;
redis-64\tools\redis-server.exe --service-install;
Expand Down
1 change: 1 addition & 0 deletions travis/before-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pip install -r requirements-dev.txt
psql -c 'create database pacifica_metadata;' -U postgres
export PEEWEE_URL="postgres://postgres:@127.0.0.1:5432/pacifica_metadata"
export METADATA_CPCONFIG="$PWD/travis/metadata/server.conf"
pacifica-metadata-cmd dbsync
pacifica-metadata &
echo $! > metadata.pid
export ARCHIVEINTERFACE_CONFIG="$PWD/travis/archivei/config.cfg"
Expand Down

0 comments on commit 480988c

Please sign in to comment.