summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-09-28 01:33:41 +0300
committerAsko Nõmm <asko@nmm.ee>2025-09-28 01:33:41 +0300
commit2c80dcb8f2ab2330e01ec8ce24b7679684acc7ef (patch)
tree51cefc2bce8a6c235081f5b6a723781c97545faf
parentf47e3419c0c77cfee32810e0158a13e435599908 (diff)
wip build
-rw-r--r--.builds/coverage.yml7
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