Try to fix mem/std11 toolset.

This commit is contained in:
Daniel James
2016-08-04 13:35:48 +01:00
parent cdb887e880
commit 81cc773013

View File

@ -27,7 +27,7 @@ matrix:
- compiler: clang
env: BJAM_TOOLSET=clang-mem
- compiler: clang
env: BJAM_TOOLSET=clang-mem-std11
env: BJAM_TOOLSET=clang-mem_std11
before_script:
- |
@ -36,7 +36,7 @@ before_script:
echo "using clang : : clang++ --std=c++03 -fsanitize=address ;" >> ~/user-config.jam
echo "using clang : std11 : clang++ --std=c++11 -fsanitize=address ;" >> ~/user-config.jam
echo "using clang : mem : clang++ --std=c++03 -fsanitize=memory ;" >> ~/user-config.jam
echo "using clang : mem-std11 : clang++ --std=c++11 -fsanitize=memory ;" >> ~/user-config.jam
echo "using clang : mem_std11 : clang++ --std=c++11 -fsanitize=memory ;" >> ~/user-config.jam
- cat ~/user-config.jam
- touch Jamroot.jam