Commit 493d2bf3 authored by Robert McGibbon's avatar Robert McGibbon
Browse files

Add build status (travis) to readme.md

parent b93b7b2d
...@@ -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
......
## 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