File tree 2 files changed +41
-3
lines changed
2 files changed +41
-3
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,15 @@ before_install:
6
6
- sudo apt-get -y install python3 python3-pip
7
7
- sudo python3 -mpip install setuptools
8
8
- sudo python3 -mpip install numpy
9
- - curl -O https://download.clojure.org/install/linux-install-1.10.1.507 .sh
10
- - chmod +x linux-install-1.10.1.507 .sh
11
- - sudo ./linux-install-1.10.1.507 .sh
9
+ - curl -O https://download.clojure.org/install/linux-install-1.10.2.796 .sh
10
+ - chmod +x linux-install-1.10.2.796 .sh
11
+ - sudo ./linux-install-1.10.2.796 .sh
12
12
- clojure -Sdescribe
13
13
addons :
14
14
apt :
15
15
update : true
16
16
install : clojure -Sdescribe
17
+ script : clojure -M:test
17
18
cache :
18
19
directories :
19
20
- " $HOME/.m2"
Original file line number Diff line number Diff line change
1
+ {:paths [" src" ]
2
+ :deps {org.clojure/clojure {:mvn/version " 1.10.2" :scope " provided" }
3
+ camel-snake-kebab/camel-snake-kebab {:mvn/version " 0.4.0" }
4
+ cnuernber/dtype-next {:mvn/version " 6.09" }
5
+ net.java.dev.jna/jna {:mvn/version " 5.7.0" }
6
+ org.clojure/data.json {:mvn/version " 1.0.0" }}
7
+
8
+ :aliases {:dev
9
+ {:extra-deps {criterium/criterium {:mvn/version" 0.4.5" }
10
+ ch.qos.logback/logback-classic {:mvn/version " 1.1.3" }}}
11
+ :codox
12
+ {:extra-deps {codox-theme-rdash/codox-theme-rdash {:mvn/version " 0.1.2" }
13
+ codox/codox {:mvn/version " 0.10.7"
14
+ :exclusions [org.ow2.asm/asm-all]}}}
15
+ :test
16
+ {:extra-deps {com.cognitect/test-runner
17
+ {:git/url " https://github.com/cognitect-labs/test-runner"
18
+ :sha " 209b64504cb3bd3b99ecfec7937b358a879f55c1" }
19
+ ch.qos.logback/logback-classic {:mvn/version " 1.1.3" }}
20
+ :extra-paths [" test" ]
21
+ :main-opts [" -m" " cognitect.test-runner" ]}
22
+ :depstar
23
+ {:replace-deps
24
+ {com.github.seancorfield/depstar {:mvn/version " 2.0.193" }}
25
+ :ns-default hf.depstar
26
+ :exec-fn hf.depstar/jar
27
+ :exec-args {:group-id " clj-python"
28
+ :artifact-id " libpython-clj"
29
+ :version " 2.00-beta-11-SNAPSHOT"
30
+ :sync-pom true
31
+ :jar " target/libpython-clj.jar" }}
32
+ :deploy
33
+ {:replace-deps {slipset/deps-deploy {:mvn/version " 0.1.5" }}
34
+ :exec-fn deps-deploy.deps-deploy/deploy
35
+ :exec-args {:installer :remote
36
+ :sign-releases? true
37
+ :artifact " target/libpython-clj.jar" }}}}
You can’t perform that action at this time.
0 commit comments