scipopt / scip

SCIP - Solving Constraint Integer Programs
Other
366 stars 63 forks source link

CI: Automatically build precompiled packages for every release #55

Closed mmghannam closed 2 weeks ago

mmghannam commented 1 year ago

Add a github action to build the SCIP Optimization Suite for different operating systems with the latest version of SCIP. It should be triggered when a tag is added.

svigerske commented 2 weeks ago

We have Jenkins jobs and a GitLab pipeline that builds the SCIP Optimization Suite for any new tag. The binaries for releases are made available at www.scipopt.org and attached to releases of SCIP at GitHub. I see no need to redo the same thing with GitHub actions.