From: Ivan Maidanski Date: Fri, 2 Mar 2018 09:05:24 +0000 (+0300) Subject: Travis CI: Test compilation of C files by clang++ X-Git-Tag: v8.0.0~303 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee5e8c9c5e989464268bf30af59ebb2c74218d4b;p=gc Travis CI: Test compilation of C files by clang++ --- diff --git a/.travis.yml b/.travis.yml index 7afd9e0f..b0e38f45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -450,6 +450,13 @@ matrix: - CFLAGS_EXTRA="-mx32 -march=native -D _FORTIFY_SOURCE=2" - CONF_OPTIONS="--enable-munmap --enable-large-config --enable-gc-assertions" - NO_CLONE_LIBATOMIC_OPS=true + - os: linux + compiler: clang + env: + - CFLAGS_EXTRA="-x c++" + - CONF_OPTIONS="--enable-gc-assertions --enable-cplusplus --enable-gc-debug --enable-handle-fork --disable-shared" + - MAKEFILE_TARGETS="all" + - NO_CLONE_LIBATOMIC_OPS=true - os: linux compiler: gcc env: