CI install instructions
This commit is contained in:
parent
2a943086a6
commit
6c1f5f7a4d
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
|
@ -148,11 +148,6 @@ Install:
|
||||||
|
|
||||||
brew install borkdude/brew/babashka
|
brew install borkdude/brew/babashka
|
||||||
|
|
||||||
<!-- On macOS with an M1 processor: -->
|
|
||||||
|
|
||||||
<!-- softwareupdate --install-rosetta -->
|
|
||||||
<!-- arch -x86_64 brew install borkdude/brew/babashka -->
|
|
||||||
|
|
||||||
Upgrade:
|
Upgrade:
|
||||||
|
|
||||||
brew upgrade babashka
|
brew upgrade babashka
|
||||||
|
|
@ -283,6 +278,12 @@ You may also download a binary from
|
||||||
[Github](https://github.com/babashka/babashka/releases). For linux there is a
|
[Github](https://github.com/babashka/babashka/releases). For linux there is a
|
||||||
static binary available which can be used on Alpine.
|
static binary available which can be used on Alpine.
|
||||||
|
|
||||||
|
### CI
|
||||||
|
|
||||||
|
On Github Actions it's recommended to use [setup-clojure](https://github.com/DeLaGuardo/setup-clojure) with `bb: latest`.
|
||||||
|
You can use the [installer script](https://github.com/babashka/babashka#installer-script) on any non-Windows CI system. CircleCI requires `sudo`.
|
||||||
|
On Appveyor + Windows you can use a bit of [Powershell](https://github.com/clj-kondo/clj-kondo/blob/39b5cb2b0d3d004c005e8975b6fafe0e314eec68/appveyor.yml#L60-L64).
|
||||||
|
|
||||||
## Docker
|
## Docker
|
||||||
|
|
||||||
Check out the image on [Docker hub](https://hub.docker.com/r/babashka/babashka/).
|
Check out the image on [Docker hub](https://hub.docker.com/r/babashka/babashka/).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue