Skip to content
Snippets Groups Projects
.gitlab-ci.yml 366 B
Newer Older
  • Learn to ignore specific revisions
  • image: duneci/dune:2.6
    
    Sander, Oliver's avatar
    Sander, Oliver committed
    before_script:
      - duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-solvers.git
    
    
    dune-fufem--gcc:
      script:
      - dunecontrol --current all
      - dunecontrol --current make test
    
    dune-fufem--clang:
      script:
      - CMAKE_FLAGS="-DCMAKE_CXX_COMPILER=/usr/bin/clang++" dunecontrol --current all
      - dunecontrol --current make test