"vscode:/vscode.git/clone" did not exist on "7ee7de16288c27cdfae0415b2a59db047a48ea55"
Commit c7a61558 authored by peastman's avatar peastman
Browse files

Merge pull request #310 from rmcgibbo/readme

Add build status (travis) to readme.md
parents b93b7b2d db0277d2
...@@ -3,13 +3,11 @@ compiler: ...@@ -3,13 +3,11 @@ compiler:
- clang - clang
before_install: before_install:
- sudo apt-get update - sudo apt-get update -qq
- sudo apt-get install libpcre3 libpcre3-dev - sudo apt-get install -qq libpcre3 libpcre3-dev gromacs
- sudo apt-get install swig - sudo apt-get install -qq swig doxygen
- sudo apt-get install doxygen - sudo apt-get install -qq python-numpy python-scipy python-nose
- sudo apt-get install python-numpy
- sudo apt-get install python-scipy
- sudo apt-get install python-nose
script: script:
- cmake -DCMAKE_INSTALL_PREFIX=~/OpenMM . - cmake -DCMAKE_INSTALL_PREFIX=~/OpenMM .
- make - make
...@@ -22,7 +20,7 @@ script: ...@@ -22,7 +20,7 @@ script:
- cd python - cd python
- sudo -E python setup.py install - sudo -E python setup.py install
- cd tests - cd tests
- nosetests - nosetests -vv
# - python TestAmberPrmtopFile.py # - python TestAmberPrmtopFile.py
# - python TestDesmondDMSFile.py # - python TestDesmondDMSFile.py
# - python TestForceField.py # - python TestForceField.py
......
## OpenMM: A High Performance Molecular Dynamics Library ## OpenMM: A High Performance Molecular Dynamics Library
[![Build Status](https://travis-ci.org/SimTk/openmm.png?branch=master)](https://travis-ci.org/SimTk/openmm)
Introduction Introduction
------------ ------------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment