Closed johnwason closed 3 months ago
Does this not build the tests?
Conda has its own "tests" that are separate from ctest. The ctest is still run at the end of the build phase.
This is the script that is being run to build the package using conda:
Normally ctest would not be in this script. We are only using conda-build because that is the only way to get the correct environment configuration. We don't care about the packaging phase for this test. The packaging was extremely slow, taking around 15 minutes on Windows.
Does this not build the tests?