Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
8a279fef
Commit
8a279fef
authored
Jan 21, 2014
by
Patrick Grinaway
Browse files
Added a .travis.yml file to allow Travis CI to perform build tests
parent
492e7f29
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
.travis.yml
.travis.yml
+29
-0
No files found.
.travis.yml
0 → 100644
View file @
8a279fef
language
:
cpp
compiler
:
-
clang
before_install
:
-
sudo apt-get update
-
sudo apt-get install libpcre3 libpcre3-dev
-
sudo apt-get install swig
-
sudo apt-get install doxygen
-
sudo apt-get install python-numpy
-
sudo apt-get install python-scipy
script
:
-
cmake . && make && make test && sudo make install
-
export LD_LIBRARY_PATH=/OpenMM/lib/
-
export OPENMM_LIB_PATH=/OpenMM/lib/
-
export OPENMM_INCLUDE_PATH=/OpenMM/include/
-
cd python
-
sudo -E python setup.py install
-
cd tests
-
python TestAmberPrmtopFile.py
-
python TestDesmondDMSFile.py
-
python TestForceField.py
-
python TestGromacsTopFile.py
-
python TestModeller.py
-
python TestNumpyCompatibility.py
-
python validateConstraints.py
-
python validateConstraints.pyc
-
python validateModeller.py
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment