Skip to content

squash testing pipeline

Lukas Riedel requested to merge feature/squash-testing-pipeline into master

This fixes #5 (closed).

Testing pipeline is now split in three parts, build, test, and deploy.

  • build: build regularly and with debug flags
  • test: test regularly
  • deploy: build documentation

Additionally, we build and test with the most recent version of the DUNE release we are working on in pushes to the master branch only.

All builds now carry the appropriate demeter flag.

Merge request reports