mantidproject / conda-recipes

Conda recipes for mantidproject packages
https://anaconda.org/mantid/mantid
4 stars 3 forks source link

Reduce number of docker build scripts in the repository #42

Closed peterfpeterson closed 4 years ago

peterfpeterson commented 4 years ago

The currently used scripts for building are:

The other scripts in the docker directory don't seem necessary.

The new versions of these should be

  1. build_framework.sh which builds the framework and leaves the conda artifacts behind for the next step
  2. systemtest_framework.sh which uses the previous artifact and runs the system tests
  3. build_workbench_and_upload.sh which builds the workbench then uploads the framework and workbench artifacts
peterfpeterson commented 4 years ago

Most of the old stuff has been removed