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/coverage.yml | 14 -------------- .builds/test.yml | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 14 deletions(-) delete mode 100644 .builds/coverage.yml create mode 100644 .builds/test.yml (limited to '.builds') diff --git a/.builds/coverage.yml b/.builds/coverage.yml deleted file mode 100644 index e1fca72..0000000 --- a/.builds/coverage.yml +++ /dev/null @@ -1,14 +0,0 @@ -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 \ No newline at end of file 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