Skip to content

Add Gitlab-CI based validation of new dec files

Marco Clemencic requested to merge enable-gitlab-ci into master

I added Gitlab-CI configuration to

  • generate options for each dec file different from master
  • run Gauss (latest) on each generated option file
  • check the new dec files with decparser.py

I had to rewrite the logic of scripts/testDecayFile.py creating a new script (tests/run_gauss.py).

I also had to fix the exit logic of decparser.py because it was failing (exit code != 0) on success and vice versa.

Merge request reports