diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-09-28 01:31:20 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-09-28 01:31:20 +0300 |
| commit | f47e3419c0c77cfee32810e0158a13e435599908 (patch) | |
| tree | 52c3116e92d83abe5b76d56e2bff17b635df6f82 | |
| parent | 2ab014b644f7decd0843643abf42b462dd9b037e (diff) | |
wip build
| -rw-r--r-- | .builds/coverage.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.builds/coverage.yml b/.builds/coverage.yml new file mode 100644 index 0000000..c89c749 --- /dev/null +++ b/.builds/coverage.yml @@ -0,0 +1,12 @@ +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 -y + sudo add-apt-repository ppa:ondrej/php + 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
\ No newline at end of file |
