CakeML / regression

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

Change early upload to relative paths #5

Closed ncough closed 6 years ago

ncough commented 6 years ago

This change fixes a bug in the original early artefact upload implementation, which constructed a path relative the root build directory when attempting an upload in the target directory.

To correct this, the syntax for early upload has been modified to use paths relative to the current target directory.

xrchz commented 6 years ago

I only want to upload artefacts for master builds, not pull requests. It seems like that behaviour was modified in this work. If you have a chance it'd be nice to get it back.

xrchz commented 6 years ago

@ncough ^