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
ae133ef8
"plugins/vscode:/vscode.git/clone" did not exist on "61a908cd1cee1388e384b7fbdf26736285d86c2b"
Commit
ae133ef8
authored
Jul 05, 2014
by
John Chodera (MSKCC)
Browse files
Moved testing to conda recipe.
parent
e74d1d9d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
.travis.yml
.travis.yml
+6
-11
tools/conda-recipe/meta.yaml
tools/conda-recipe/meta.yaml
+5
-0
No files found.
.travis.yml
View file @
ae133ef8
...
...
@@ -8,21 +8,16 @@ script:
-
export CC="gcc -std=c89"
-
source deactivate
-
conda install --yes conda-build
-
# Build the conda package, testing build before packaging.
-
conda build tools/conda-recipe
-
# Install the conda package locally.
-
source activate $python
-
conda install $HOME/miniconda/conda-bld/linux-64/openmm-dev-*
-
conda list -e
-
# run C tests
-
pushd .
-
cd /home/travis/build/SimTk/openmm/tools/conda-recipe/build
-
pwd
-
ls -1
-
ctest -j2 -V -E "[A-Za-z]+OpenCL[A-Za-z]+"
-
popd
-
# DEBUG
-
ls -1 $python
-
ls -1 $python/bin/
-
# run the python tests too
-
# Run additional tests to make sure everything installed OK.
#- # run C tests (this doesn't work yet)
#- ctest -j2 -V -E "[A-Za-z]+OpenCL[A-Za-z]+"
-
# Run the Python tests (a second time)
-
pushd .
-
cd wrappers/python/tests
-
nosetests -vv --processes=-1 --process-timeout=200
...
...
tools/conda-recipe/meta.yaml
View file @
ae133ef8
...
...
@@ -12,6 +12,11 @@ requirements:
-
python
-
fftw3f
test
:
-
# Test excluding OpenCL tests
-
ctest -j2 -V -E "[A-Za-z]+OpenCL[A-Za-z]+"
-
nosetests -vv --processes=-1 --process-timeout=200
about
:
home
:
https://simtk.org/home/openmm
license
:
GPL
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