-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump versions and incorporate license into build process (#62)
* bump dep versions * incorporate license into build
- Loading branch information
Showing
3 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,15 +20,15 @@ jobs: | |
|
||
- uses: DeLaGuardo/[email protected] | ||
with: | ||
cli: '1.11.1.1208' | ||
cli: '1.11.1.1435' | ||
|
||
- uses: actions/cache@v3 | ||
with: | ||
path: ~/.m2 | ||
key: default-build | ||
|
||
- run: clojure -T:build ci | ||
|
||
- uses: codecov/codecov-action@v3 | ||
|
||
- name: deploy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
{:paths ["src"] | ||
:aliases {:dev ;for development | ||
{:extra-paths ["test"] | ||
:extra-deps {manifold/manifold {:mvn/version "0.3.0"} | ||
org.clojure/clojurescript {:mvn/version "1.11.60"}}} | ||
:extra-deps {manifold/manifold {:mvn/version "0.4.1"} | ||
org.clojure/clojurescript {:mvn/version "1.11.121"}}} | ||
:test ;run tests under console. e.g. clj -M:dev:test | ||
{:extra-deps {lambdaisland/kaocha {:mvn/version "1.73.1175"} | ||
{:extra-deps {lambdaisland/kaocha {:mvn/version "1.87.1366"} | ||
lambdaisland/kaocha-cloverage {:mvn/version "1.1.89"}} | ||
:main-opts ["-m" "kaocha.runner"]} | ||
:cljs-test | ||
{:extra-paths ["test"] | ||
:extra-deps {olical/cljs-test-runner {:mvn/version "3.8.0"}} | ||
:main-opts ["-m" "cljs-test-runner.main"]} | ||
:build ;customized building process running. e.g. clj -T:build ci | ||
{:deps {io.github.seancorfield/build-clj {:git/tag "v0.9.2" | ||
:git/sha "9c9f078"}} | ||
{:deps {io.github.robertluo/build-clj {:git/sha "5d45f58cc20747c136bb320c9b13d65d2bf4cf58"}} | ||
:ns-default build} | ||
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2023.01.16"}}}}} | ||
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2023.12.15"}}}}} |