mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-13 02:05:07 +00:00
add travis release building
This commit is contained in:
parent
4b4e5dce46
commit
6d0f6895cd
2 changed files with 35 additions and 1 deletions
|
|
@ -33,6 +33,8 @@
|
|||
[ring-server "0.4.0"]
|
||||
[selmer "1.11.0"]]
|
||||
|
||||
:target-path "target/%s/"
|
||||
|
||||
:repl-options {:init-ns smeagol.repl}
|
||||
|
||||
:jvm-opts ["-server"]
|
||||
|
|
@ -72,7 +74,8 @@
|
|||
|
||||
:profiles {:uberjar {:omit-source true
|
||||
:env {:production true}
|
||||
:aot :all}
|
||||
:aot :all
|
||||
:uberjar-name "smeagol-standalone.jar"}
|
||||
:production {:ring {:open-browser? false
|
||||
:stacktraces? false
|
||||
:auto-reload? false}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue