travis: using C++17 for the clang build doesn't currently work on Bionic.

So revert the change from commit c3b61ab2e77c and instead suppress the C++17 related warnings caused by OCCT
This commit is contained in:
wmayer
2021-03-02 12:44:56 +01:00
parent eed1a3f1b7
commit 5853dbcf08

View File

@@ -66,7 +66,7 @@ jobs:
env:
- CC=clang-10
- CXX=clang++-10
- CMAKE_ARGS="-DPYTHON_EXECUTABLE=/usr/bin/python3 -DBUILD_FEM_NETGEN=ON -DBUILD_QT5=ON -DBUILD_ENABLE_CXX_STD='C++17'"
- CMAKE_ARGS="-DPYTHON_EXECUTABLE=/usr/bin/python3 -DBUILD_FEM_NETGEN=ON -DBUILD_QT5=ON -DCMAKE_CXX_FLAGS='-Wno-c++17-extensions'"
- CACHE_NAME=JOB1
- os: linux