diff options
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 |
