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
bdc250cc
Unverified
Commit
bdc250cc
authored
Feb 26, 2020
by
peastman
Committed by
GitHub
Feb 26, 2020
Browse files
Merge pull request #2577 from peastman/travis
Fix travis build failures
parents
f9b6cd5a
19574a5a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
.travis.yml
.travis.yml
+16
-16
No files found.
.travis.yml
View file @
bdc250cc
...
...
@@ -14,12 +14,12 @@ env:
-
CCACHE=$HOME/ccache/lib/ccache/bin
matrix
:
jobs
:
include
:
-
sudo
:
required
dist
:
xenial
env
:
==CPU_OPENCL==
OPENCL=true
name
:
"
CPU
OpenCL"
env
:
OPENCL=true
CUDA=false
CC=$CCACHE/gcc
CXX=$CCACHE/g++
...
...
@@ -41,8 +41,8 @@ matrix:
-
sudo
:
required
dist
:
xenial
env
:
==CUDA_COMPILE==
CUDA=true
name
:
"
CUDA
Compile"
env
:
CUDA=true
OPENCL=false
CUDA_VERSION="7.5-18"
CC=$CCACHE/gcc
...
...
@@ -66,8 +66,8 @@ matrix:
-
language
:
objective-c
os
:
osx
osx_image
:
xcode9.3
env
:
==OSX==
OPENCL=false
name
:
"
Mac
OS"
env
:
OPENCL=false
CUDA=false
CMAKE_FLAGS="
-DOPENMM_BUILD_OPENCL_TESTS=OFF"
...
...
@@ -75,9 +75,9 @@ matrix:
-
sudo
:
false
dist
:
xenial
python
:
3.6
env
:
==STATIC_LIB==
OPENCL=false
python
:
"
3.6
"
name
:
"
Static
Lib"
env
:
OPENCL=false
CUDA=false
CC=$CCACHE/clang
CXX=$CCACHE/clang++
...
...
@@ -85,9 +85,9 @@ matrix:
-
sudo
:
false
dist
:
xenial
python
:
3.6
env
:
==PYTHON_3_6==
OPENCL=false
python
:
"
3.6
"
name
:
"
Python
3.6"
env
:
OPENCL=false
CUDA=false
CC=$CCACHE/clang
CXX=$CCACHE/clang++
...
...
@@ -96,9 +96,9 @@ matrix:
-
sudo
:
false
dist
:
xenial
python
:
3.8
env
:
==PYTHON_3_8==
OPENCL=false
python
:
"
3.8
"
name
:
"
Python
3.8"
env
:
OPENCL=false
CUDA=false
CC=$CCACHE/gcc
CXX=$CCACHE/g++
...
...
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