Skip to content

Add a travis CI config file to run a Mac build

Paul Gessinger-Befurt requested to merge travis-ci-mac-build into master

I mirror the repo at https://github.com/acts-trk/acts-core. This can be used to trigger CI builds when GitHub receives a push from GitLab. This will not be able to restrict merge requests, but at least it will give us an automatic insight into whether the Mac build works at any point.

Currently one of the tests actually fails (see #605 (closed)). I still haven't been able to reproduce this locally, so wasn't able to fix it so far.

In addition, Travis CI also runs a build without DD4hep and ROOT on Ubuntu, and another one with all plugins on LCG94 through a docker container, and an explicit CVMFS install (I thought I'd add this while I'm at it)

Edited by Paul Gessinger-Befurt

Merge request reports