Feature request: hererocks integration #372
drauschenbach
started this conversation in
Ideas
Replies: 2 comments
-
I think it is more important the hererock rather than this project for this feature request. Anyways, GopherLua does not support the luarocks, so the taste is different from the others... So, I think that it is better to propose this feature to hererock and ask hererock's intention. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I mention it here because it cannot be done over there without a better tagging strategy here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently discovered that GopherLua has a stand-alone interpreter. Awesome!
I think it is worth investigating doing an integration with the hererocks project.
Lua-based open source libraries use
hererocks
to perform Travis CI matrix builds.For example, here is a snip from
.travis.yml
in my lua-thrift project:This ensures that every commit and PR gets its build and unit tests validated against Lua 5.1 & 5.2, and LuaJIT 2.0 and 2.1.
I'd really love to see Travis CI validation against GopherLua as well, possibly through an entry such as this:
What would be required for this is:
5.1-23
(release Add a Gitter chat badge to README.rst #23 of 5.1) -- leaving the door open to future support of 5.2+.GopherLua is fantastic, and I'd love to drive broader adoption.
Beta Was this translation helpful? Give feedback.
All reactions