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