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
fb607c7f
Commit
fb607c7f
authored
May 26, 2017
by
peastman
Committed by
GitHub
May 26, 2017
Browse files
Merge pull request #1827 from peastman/appveyor
[WIP] Fix failures on appveyor
parents
b8e5b36b
78a7ae23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
appveyor.yml
appveyor.yml
+1
-1
No files found.
appveyor.yml
View file @
fb607c7f
...
...
@@ -39,7 +39,7 @@ install:
-
ps
:
7z x opencl-icd-1.2.11.0.tar > $null
-
ps
:
mv .\icd\* .
-
ps
:
mkdir inc/CL > $null
-
ps
:
wget https://github.com/$opencl_github | select -ExpandProperty links | where {$_.href -like "*.h*"} | select -ExpandProperty outerText | foreach{ wget https://raw.githubusercontent.com/$opencl_github/master/$_ -OutFile inc/CL/$_ }
-
ps
:
wget https://github.com/$opencl_github
/tree/master/opencl20/CL
| select -ExpandProperty links | where {$_.href -like "*.h*"} | select -ExpandProperty outerText | foreach{ wget https://raw.githubusercontent.com/$opencl_github/master/
opencl20/CL/
$_ -OutFile inc/CL/$_ }
-
ps
:
mkdir lib > $null
-
ps
:
cd lib
-
cmake -G "NMake Makefiles" ..
...
...
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