Skip to content
Snippets Groups Projects
Commit 21b5f398 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

.gitlab-ci.yml: require Python 3

Python 2's include files still contain the `register` keyword which is no longer allowed in C++17; using it is an error for clang.
parent c5c85401
No related branches found
No related tags found
1 merge request!19.gitlab-ci.yml: require Python 3
--- ---
variables:
DUNECI_CMAKE_FLAGS: "-DDUNE_PYTHON_FORCE_PYTHON3=TRUE"
before_script: before_script:
- duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-matrix-vector.git - duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-matrix-vector.git
- duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-solvers.git - duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-solvers.git
......
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