init research

This commit is contained in:
2026-02-08 11:20:43 -10:00
commit bdf064f54d
3041 changed files with 1592200 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
language: clojure
before_install:
- sudo apt-get -y install rlwrap
- curl -O https://download.clojure.org/install/linux-install-1.10.1.536.sh
- chmod +x linux-install-1.10.1.536.sh
- sudo ./linux-install-1.10.1.536.sh
addons:
apt:
update: true
lein: 2.9.3
script: lein do clean, check, test
jdk:
- openjdk8
- openjdk11