diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-09-28 02:08:52 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-09-28 02:08:52 +0300 |
| commit | 8fed3f5f59125fe01b9f525232ec3cebba1c5f0c (patch) | |
| tree | 801d43b41601f6a3ad1febd4f1f20e12df35f10e /.builds/coverage.yml | |
| parent | 505f7f816e8cff736608bbd5757a94d81295d532 (diff) | |
WIP coverage, finish test build
Diffstat (limited to '.builds/coverage.yml')
| -rw-r--r-- | .builds/coverage.yml | 14 |
1 files changed, 0 insertions, 14 deletions
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 |
