Skip to content

Add GitLab.com CI build/test scripts and examples

Enrico Bothmann requested to merge ebothmann/sherpa:master into master

This adds a GitLab CI configuration file. For each commit, it triggers build and test jobs on GitLab.com.

Currently, the build job is a simple ./configure && make && make install, and the test job is running a simple hadron-level LO Z production run card that is also added with this commit.

This very MR is also checked, the results are listed below ... The build job passes, but the test job currently fails, due to #18 (closed)

Edited by Enrico Bothmann

Merge request reports