Use Calcit in CI environment #41
tiye
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For "CI" I mostly mean GitHub actions, since I haven't tested on other environments. Since Calcit is built via Rust into a binary, it's mainly setting up the binary in
$PATH
to runcr
command. And by now another commandbundle_calcit
is also added, might be available soon.The binaries for Linux are uploaded to http://bin.calcit-lang.org/linux/ .
To set up the command, there's an example at: https://github.com/calcit-lang/respo-calcit-workflow/blob/master/.github/workflows/upload.yaml#L15
You may also need dependencies. Currently Calcit dependencies are maintained in a very naive way of folders inside
~/.config/calcit/modules/
. They are loaded via file paths. So just use git, or even with tags:Now you would be able to use
cr
command as in your own POSIX operating system.Beta Was this translation helpful? Give feedback.
All reactions