Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lets see if we can run all the tests on osx, linux, win #77

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{% set name = "openmm" %}
{% set version = "7.7.0dev0" %}
{% set build = 0 %}
{% set with_test_suite = "false" %}
{% set with_test_suite = "true" %} # [(osx and arm64)]
{% set with_test_suite = "true" %}

package:
name: {{ name }}
Expand Down Expand Up @@ -95,6 +94,8 @@ test:
commands:
- env with_test_suite={{ with_test_suite }} bash test_openmm.sh # [unix]
- set with_test_suite={{ with_test_suite }} && .\test_openmm.bat # [win]
- env with_test_suite={{ with_test_suite }} bash test_openmm.sh # [osx]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this line might be redundant... The unix selector two lines above is an alias for linux or osx.



about:
home: http://openmm.org
Expand Down