CFC-Servers / GLuaTest

An exciting and nimble unit testing framework for GLua projects
https://discord.gg/epJK9Xx3pc
GNU General Public License v3.0
51 stars 2 forks source link

Support non-github dependencies (and their authentication methods) #9

Open brandonsturgeon opened 2 years ago

brandonsturgeon commented 2 years ago

Right now, we expect all dependencies to be hosted on GitHub.

Clearly that won't always be the case, we need to support any arbitrary Git host.

This all happens in the docker/entrypoint.sh file.