/osqp-recipes

OSQP Python Conda recipes builder

Apache License 2.0Apache-2.0

OSQP Conda Recipes builder

Build Status Build status

This repository builds conda recipes and uploads them automatically to anaconda.

Release number

To change a release number you need to edit the file conda_recipe/osqp/meta.yaml at the line

{% set version = "0.5.0" %}

to set the right version number.

Triggering a build

You can trigger a build by:

  • making a commit to the osqp-recipes repository (e.g. with git commit --allow-empty); or
  • clicking on the circular arrow icon towards the top right of the travis-ci page, to rerun the previous build.

In general, it is better to trigger a build with a commit, because this makes a new set of build products and logs, keeping the old ones for reference. Keeping the old build logs helps us keep track of previous problems and successful builds.