mirror of https://github.com/status-im/reagent.git
Add circle.yml file to run tests
This commit is contained in:
parent
b65afde4d7
commit
c01d44d4bb
|
@ -0,0 +1,5 @@
|
|||
test:
|
||||
override:
|
||||
- lein with-profile dev do clean, cljsbuild once
|
||||
- node bin/gen-site.js
|
||||
- lein with-profile prod-test do clean, cljsbuild once
|
Loading…
Reference in New Issue