PecanProject / bety

Web-interface to the Biofuel Ecophysiological Traits and Yields Database (used by PEcAn and TERRA REF)
https://www.betydb.org
BSD 3-Clause "New" or "Revised" License
16 stars 38 forks source link

Use github actions instead of travis #694

Closed robkooper closed 4 years ago

robkooper commented 4 years ago

This moves the building from travis to github actions. Builds will be done on pull request and push to master/develop branches as well as something is tagged

When a tag is made, it will push the images to github package registry.

robkooper commented 4 years ago

lets make sure we use merge squash.

robkooper commented 4 years ago

Not sure about travis, I removed it as a must pass check and think most people would just ignore it. From all the testing I had to do to get it to build I can say that it will fail if there is something wrong :)

robkooper commented 4 years ago

As for the release, the real test is to see if it builds when merged into develop.