Unverified Commit 892f3663 authored by Peter Eastman's avatar Peter Eastman Committed by GitHub
Browse files

Added a Github Actions build for Pypy (#3086)

parent 0607d41c
...@@ -130,6 +130,15 @@ jobs: ...@@ -130,6 +130,15 @@ jobs:
-DOPENMM_BUILD_OPENCL_LIB=OFF \ -DOPENMM_BUILD_OPENCL_LIB=OFF \
-DOPENMM_BUILD_OPENCL_TESTS=OFF \ -DOPENMM_BUILD_OPENCL_TESTS=OFF \
- name: Linux CPU Pypy 3.6
python-version: "3.6.*=*pypy*"
os: ubuntu-latest
OPENCL: false
cuda-version: ""
CMAKE_FLAGS: |
-DOPENMM_BUILD_OPENCL_LIB=OFF \
-DOPENMM_BUILD_OPENCL_TESTS=OFF \
- name: MacOS Intel CPU/OpenCL Python 3.9 - name: MacOS Intel CPU/OpenCL Python 3.9
python-version: "3.9" python-version: "3.9"
os: macos-latest os: macos-latest
......
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