Skip to content
Snippets Groups Projects
Commit 0e54d4c4 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Try to fix the filesystem include issue with clang

parent c55bdd21
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !41. Comments created here will be created in the context of that merge request.
......@@ -4,7 +4,7 @@ build:clang10-mpi-release:
script:
- mkdir -p build/clang10-release-mpi
- cd build/clang10-release-mpi
- CXX=clang++-10 CC=clang-10 cmake ../.. -DCMAKE_BUILD_TYPE=Release -DCLANG_FORMAT=/usr/bin/clang-format-10
- CXX=clang++-10 CC=clang-10 cmake ../.. -DCMAKE_BUILD_TYPE=Release -DCLANG_FORMAT=/usr/bin/clang-format-10 -DCMAKE_CXX_FLAGS=-I/usr/include/c++/7/experimental
- make pugs
cache:
key: "${CI_COMMIT_REF_SLUG}-clang10-release-mpi"
......
......@@ -4,7 +4,7 @@ build:clang10-seq-release:
script:
- mkdir -p build/clang10-release-seq
- cd build/clang10-release-seq
- CXX=clang++-10 CC=clang-10 cmake ../.. -DCMAKE_BUILD_TYPE=Release -DCLANG_FORMAT=/usr/bin/clang-format-10
- CXX=clang++-10 CC=clang-10 cmake ../.. -DCMAKE_BUILD_TYPE=Release -DCLANG_FORMAT=/usr/bin/clang-format-10 -DCMAKE_CXX_FLAGS=-I/usr/include/c++/7/experimental
- make pugs
cache:
key: "${CI_COMMIT_REF_SLUG}-clang10-release-seq"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment