Building_custom_branches_from_CI - SasView/sasview GitHub Wiki

It is now possible to build sasview with custom sasmodels and sasdata branches from the GitHub GUI.

  • Go to https://github.com/SasView/sasview/actions/workflows/ci.yml and click on Run Workflow (on right hand side)
  • Select sasview, sasmodels and sasdata branches that you would like to build with
  • Click on "Run Workflow" (green button)
  • This will trigger build called CI. (You can then follow it to access artifacts if you for example want to test installer)

Other interfaces: This can also be run from the command line e.g: gh workflow run --repo sasview/sasview --ref main ci.yml -f sasmodels_ref=pr-python-fq or from RESTAPI (https://docs.github.com/en/actions/how-tos/manage-workflow-runs/manually-run-a-workflow).