"ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "a535f996046699e81b617f109eb037972e903fa7"
Commit 2b750a70 authored by peastman's avatar peastman
Browse files

Still trying to fix AppVeyor

parent f5674422
...@@ -30,7 +30,7 @@ install: ...@@ -30,7 +30,7 @@ install:
- choco install -y doxygen.portable swig > null - choco install -y doxygen.portable swig > null
# Download OpenCL Headers and build the ICD loader # Download OpenCL Headers and build the ICD loader
- ps: [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12; - ps: "[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12;"
- ps: $opencl_registry = "https://www.khronos.org/registry/cl" - ps: $opencl_registry = "https://www.khronos.org/registry/cl"
- ps: $opencl_github = "KhronosGroup/OpenCL-Headers" - ps: $opencl_github = "KhronosGroup/OpenCL-Headers"
- ps: mkdir C:/opencl > $null - ps: mkdir C:/opencl > $null
......
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