FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
bitbucket-pipelines.yml 1023 B
Newer Older
# This is a sample build configuration for Python.
# Check our guides at https://confluence.atlassian.com/x/x4UWN for more examples.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image: continuumio/anaconda:latest

pipelines:
  default:
    - step:
        script: # Modify the commands below to build your repository.
          - apt-get -y install libgl1-mesa-glx
M.D. Driver's avatar
M.D. Driver committed
          - conda update -y conda
M.D. Driver's avatar
M.D. Driver committed
          - conda env create -f environment.yml
          - source activate resultsanalysis
          - cd ../
          - git clone git@bitbucket.org:mdd31/resultsanalysis.git
          - cd resultsanalysis
          - pip install .
          - cd ../
          - git clone git@bitbucket.org:mdd31/phasexmlparser.git
          - cd phasexmlparser
          - pip install .
          - pip install .
          - cd solventmapcreator/test/
          - python solvationmapcreatortests.py