1
0
forked from boostorg/mp11

Try to test clang -x cuda without b2

This commit is contained in:
Peter Dimov
2018-04-26 13:23:06 +03:00
parent e0303dbcda
commit cc8a99e2d8

View File

@@ -186,8 +186,6 @@ matrix:
- libc++-dev - libc++-dev
- os: linux - os: linux
compiler: clang++-5.0
env: TOOLSET=clang COMPILER=clang++-5.0 CXXSTD=11,14,1z CXXFLAGS="-x cuda -nocudainc -nocudalib"
addons: addons:
apt: apt:
packages: packages:
@@ -195,6 +193,8 @@ matrix:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- llvm-toolchain-trusty-5.0 - llvm-toolchain-trusty-5.0
script:
- clang++-5.0 -I . -c -x cuda -nocudainc -nocudalib -std=c++11 libs/mp11/test/mp11.cpp
- os: osx - os: osx
compiler: clang++ compiler: clang++