DIAGNijmegen / nnUNet

Apache License 2.0
3 stars 14 forks source link

Add basic CI #5

Closed silvandeleemput closed 2 years ago

silvandeleemput commented 2 years ago

It should now be possible (#3 #4) to add basic CI (github actions) to the repository. For now, this will be CPU-based and running on a DIAG private runner. Steps for doing so:

silvandeleemput commented 2 years ago

The first issue with this is that github does not support pushing git-lfs objects to a forked repository: https://github.com/git-lfs/git-lfs/issues/1906.

The file is relatively small, so we could just check it in normally, or alternatively install it on the private runner. My preference is for the first option.

I'll continue with the subsequent steps.