Merge Request #47

Merged
softwarepublico/colab!47
Created by Macartur Sousa

Travis solr

Added script to run solr in travis_ci

Assignee: Sergio Oliveira
Milestone: None

Merged by Sergio Oliveira

Source branch has been removed
Commits (7)
2 participants
    9fe63c7bd60deeb55e409a1d7dd173f5?s=40&d=identicon
    Sergio Oliveira started a discussion on the outdated diff
    last updated by Macartur Sousa
    .travis.yml
    5 5 python:
    6 6 - "2.7"
    7 7  
      8 +env:
      9 + global:
      10 + - DJANGO_SETTINGS_MODULE=tests.settings
      11 + - COLAB_SETTINGS=tests/settings.yaml
      12 +
    8 13 install:
    9 14 - pip install coveralls flake8
    10 15 - pip install .
    11 16 - psql -c "CREATE USER colab WITH PASSWORD 'colab' CREATEDB;" -U postgres
    12 17  
      18 +before_script:
      19 + - colab-admin build_solr_schema > ci/solr_confs/schema.xml
    2
    9fe63c7bd60deeb55e409a1d7dd173f5?s=40&d=identicon
    Sergio Oliveira started a discussion on the outdated diff
    last updated by Macartur Sousa
    ci/solr_confs/schema.xml
    ... ... @@ -0,0 +1,225 @@
    9fe63c7bd60deeb55e409a1d7dd173f5?s=40&d=identicon
    Sergio Oliveira started a discussion on the outdated diff
    last updated by Sergio Oliveira
    ci/solr_confs/stopwords_en.txt
    ... ... @@ -0,0 +1,54 @@