diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-10-07 15:00:56 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-10-07 15:00:56 +0300 |
| commit | fd5b6b69f39451f99d68aabec7e352cfc54971e3 (patch) | |
| tree | 3fb09f9e11bf0cf01cf13ec049610659c4a43998 /.builds/test.yml | |
| parent | be4d3b017df6ca096dca7038ee3376c51d2dc7b6 (diff) | |
Clean-up
Diffstat (limited to '.builds/test.yml')
| -rw-r--r-- | .builds/test.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.builds/test.yml b/.builds/test.yml deleted file mode 100644 index 62833ff..0000000 --- a/.builds/test.yml +++ /dev/null @@ -1,19 +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 ~/.sdkman/bin/sdkman-init.sh - sdk install java - - - test: | - source ~/.sdkman/bin/sdkman-init.sh - cd ./dompa - clj -X:test
\ No newline at end of file |
