CakeML / regression

Regression testing infrastructure for CakeML
https://cakeml.org/regression.cgi
GNU General Public License v3.0
3 stars 8 forks source link

Only enable uploads on master builds #7

Closed ncough closed 6 years ago

ncough commented 6 years ago

The early upload modifications broke the original behaviour of only uploading results for master builds. This change implements the original behaviour and removes the uploading at the end of build, as its no longer necessary.

ncough commented 6 years ago

@xrchz This should address issues pointed out in https://github.com/CakeML/regression/pull/5 and https://github.com/CakeML/regression/pull/4