Skip to content
Snippets Groups Projects
Unverified Commit 6bf9767b authored by Joris Vaillant's avatar Joris Vaillant
Browse files

ci: Force build with C++11

parent 896dee30
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,8 @@ jobs: ...@@ -101,7 +101,8 @@ jobs:
-DPYTHON_EXECUTABLE=$(which python3) \ -DPYTHON_EXECUTABLE=$(which python3) \
-DGENERATE_PYTHON_STUBS=ON \ -DGENERATE_PYTHON_STUBS=ON \
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \ -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
-DCMAKE_CXX_FLAGS=${{ matrix.cxx_options }} -DCMAKE_CXX_FLAGS=${{ matrix.cxx_options }} \
-DCMAKE_CXX_STANDARD=11
cmake --build . -j3 cmake --build . -j3
ctest --output-on-failure ctest --output-on-failure
cmake --install . cmake --install .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment