SpartanJ / SOIL2

SOIL2 is a tiny C library used primarily for uploading textures into OpenGL.
MIT No Attribution
370 stars 75 forks source link

add link to night builds #61

Open MasterLogick opened 1 year ago

MasterLogick commented 1 year ago

Hi! I have written github action to publish night releases of shared and static libs every week. Here I want to add link in readme page

SpartanJ commented 1 year ago

This is really nice. I would like to know a couple of things:

  1. Nightly builds are only created if there are only new commits?
  2. I think it would be more useful if this script is moved into this repo, would you be OK with that?

Thank you!

MasterLogick commented 1 year ago
  1. No, every week regardless if there are new commits.
  2. Yes, of course. But I have created a separate repo to not overflow the releases page of your repo.