Closed ericdallo closed 3 years ago
ping @nha
Looks promising! I will have a look @ericdallo
Looks like it should work @ericdallo ! I am not a scoop/windows user though: do you know if there is a way to specify a version?
scoop install babashka vX.X.X --independent
also do you know what --independent
does here? I could not find any doc
I'm not a windows user as well 😆, maybe @HUMORCE can help with those questions? Or @borkdude as he has its own babashka appveyor CI
In some projects I just use these powershell snippets to download and unzip bb.exe:
And then I just call it with bb.exe
in the local directory, for the CI build.
Seems even simpler without scoop. I'll go with that for now. Thanks !
The above may not be enough to get bb.exe on the path though, not sure if that is a requirement for this tool.
Yes, I just assume the CI tests running bb -version
will be enough to fail if that's not the case.
Just released v1.2.0 with windows support @ericdallo
Could you confirm if this would be enough to use with Windows?
from here