Myoldmopar / decent_ci

0 stars 0 forks source link

Throw error if baseline build fails #24

Open Myoldmopar opened 5 years ago

Myoldmopar commented 5 years ago

I turned on skip_regressions for a branch in the yaml file. Therefore Decent CI didn't try to pull the baseline and build it. However, I didn't delete the CMake variables for doing regressions (-DENABLE_REGRESSIONS, etc.) Then when it built the branch, the CTests were added to do regression comparisons. These silently passed because the baseline was missing from each. This is expected because we don't throw warnings when new test files are added, etc. However, the baseline failed without giving any warning, this should do something...