Skip to content
Snippets Groups Projects
.gitlab-ci.yml 616 B
Newer Older
  • Learn to ignore specific revisions
  • variables:
      DUNECI_CMAKE_FLAGS: "-DDUNE_PYTHON_FORCE_PYTHON3=TRUE"
    
    
    Sander, Oliver's avatar
    Sander, Oliver committed
    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-solvers.git
    
      - duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-fufem.git
    
      - duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-elasticity.git
    
      image: duneci/dune:2.6-debian-10-gcc-8-17
    
      script: duneci-standard-test
    
      image: duneci/dune:2.6-debian-10-clang-7-libcpp-17
      script: duneci-standard-test