diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-09-28 01:33:41 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-09-28 01:33:41 +0300 |
| commit | 2c80dcb8f2ab2330e01ec8ce24b7679684acc7ef (patch) | |
| tree | 51cefc2bce8a6c235081f5b6a723781c97545faf /.builds/coverage.yml | |
| parent | f47e3419c0c77cfee32810e0158a13e435599908 (diff) | |
wip build
Diffstat (limited to '.builds/coverage.yml')
| -rw-r--r-- | .builds/coverage.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.builds/coverage.yml b/.builds/coverage.yml index c89c749..ffd9c74 100644 --- a/.builds/coverage.yml +++ b/.builds/coverage.yml @@ -4,9 +4,10 @@ sources: tasks: - bootstrap: | sudo apt update && sudo apt upgrade -y - sudo apt-get install software-properties-common -y - sudo add-apt-repository ppa:ondrej/php + sudo apt-get install software-properties-common rlwrap curl -y sudo apt update curl -L -O https://github.com/clojure/brew-install/releases/latest/download/linux-install.sh chmod +x linux-install.sh - sudo ./linux-install.sh
\ No newline at end of file + sudo ./linux-install.sh + curl -s "https://get.sdkman.io" | bash + sdk install java
\ No newline at end of file |
