1
0
forked from boostorg/mp11

Revert removal of -nocudainc and -nocudalib; add c++14 and c++1z

This commit is contained in:
Peter Dimov
2018-04-26 20:05:19 +03:00
parent e41c8a8e20
commit 6f679aba51

View File

@@ -199,7 +199,9 @@ matrix:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-5.0
script:
- clang++-5.0 -I . -c -x cuda --cuda-gpu-arch=sm_30 -std=c++11 libs/mp11/test/mp11.cpp
- clang++-5.0 -I . -c -x cuda -nocudainc -nocudalib --cuda-gpu-arch=sm_30 -D__device__="__attribute__((device))" -std=c++11 libs/mp11/test/mp11.cpp
- clang++-5.0 -I . -c -x cuda -nocudainc -nocudalib --cuda-gpu-arch=sm_30 -D__device__="__attribute__((device))" -std=c++14 libs/mp11/test/mp11.cpp
- clang++-5.0 -I . -c -x cuda -nocudainc -nocudalib --cuda-gpu-arch=sm_30 -D__device__="__attribute__((device))" -std=c++1z libs/mp11/test/mp11.cpp
- os: osx
compiler: clang++