Commit 19574a5a authored by peastman's avatar peastman
Browse files

Attempt at fixing travis

parent 9b25808c
...@@ -18,8 +18,8 @@ jobs: ...@@ -18,8 +18,8 @@ jobs:
include: include:
- sudo: required - sudo: required
dist: xenial dist: xenial
env: ==CPU_OPENCL== name: "CPU OpenCL"
OPENCL=true env: OPENCL=true
CUDA=false CUDA=false
CC=$CCACHE/gcc CC=$CCACHE/gcc
CXX=$CCACHE/g++ CXX=$CCACHE/g++
...@@ -41,8 +41,8 @@ jobs: ...@@ -41,8 +41,8 @@ jobs:
- sudo: required - sudo: required
dist: xenial dist: xenial
env: ==CUDA_COMPILE== name: "CUDA Compile"
CUDA=true env: CUDA=true
OPENCL=false OPENCL=false
CUDA_VERSION="7.5-18" CUDA_VERSION="7.5-18"
CC=$CCACHE/gcc CC=$CCACHE/gcc
...@@ -66,8 +66,8 @@ jobs: ...@@ -66,8 +66,8 @@ jobs:
- language: objective-c - language: objective-c
os: osx os: osx
osx_image: xcode9.3 osx_image: xcode9.3
env: ==OSX== name: "Mac OS"
OPENCL=false env: OPENCL=false
CUDA=false CUDA=false
CMAKE_FLAGS=" CMAKE_FLAGS="
-DOPENMM_BUILD_OPENCL_TESTS=OFF" -DOPENMM_BUILD_OPENCL_TESTS=OFF"
...@@ -75,9 +75,9 @@ jobs: ...@@ -75,9 +75,9 @@ jobs:
- sudo: false - sudo: false
dist: xenial dist: xenial
python: 3.6 python: "3.6"
env: ==STATIC_LIB== name: "Static Lib"
OPENCL=false env: OPENCL=false
CUDA=false CUDA=false
CC=$CCACHE/clang CC=$CCACHE/clang
CXX=$CCACHE/clang++ CXX=$CCACHE/clang++
...@@ -85,9 +85,9 @@ jobs: ...@@ -85,9 +85,9 @@ jobs:
- sudo: false - sudo: false
dist: xenial dist: xenial
python: 3.6 python: "3.6"
env: ==PYTHON_3_6== name: "Python 3.6"
OPENCL=false env: OPENCL=false
CUDA=false CUDA=false
CC=$CCACHE/clang CC=$CCACHE/clang
CXX=$CCACHE/clang++ CXX=$CCACHE/clang++
...@@ -96,9 +96,9 @@ jobs: ...@@ -96,9 +96,9 @@ jobs:
- sudo: false - sudo: false
dist: xenial dist: xenial
python: 3.8 python: "3.8"
env: ==PYTHON_3_8== name: "Python 3.8"
OPENCL=false env: OPENCL=false
CUDA=false CUDA=false
CC=$CCACHE/gcc CC=$CCACHE/gcc
CXX=$CCACHE/g++ CXX=$CCACHE/g++
......
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