From 8fed3f5f59125fe01b9f525232ec3cebba1c5f0c Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Sun, 28 Sep 2025 02:08:52 +0300 Subject: WIP coverage, finish test build --- .builds/test.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .builds/test.yml (limited to '.builds/test.yml') diff --git a/.builds/test.yml b/.builds/test.yml new file mode 100644 index 0000000..029c832 --- /dev/null +++ b/.builds/test.yml @@ -0,0 +1,17 @@ +image: ubuntu/lts +sources: + - git@git.sr.ht:~asko/dompa +tasks: + - bootstrap: | + sudo apt update && sudo apt upgrade -y + sudo apt-get install software-properties-common rlwrap curl zip unzip -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 + curl -s "https://get.sdkman.io" | bash + source "/home/build/.sdkman/bin/sdkman-init.sh" + sdk install java + + - test: | + clj -X:test \ No newline at end of file -- cgit v1.2.3