mirror of
https://github.com/penpot/penpot.git
synced 2025-05-28 22:36:10 +02:00
Add .travis.yml file.
This commit is contained in:
parent
bae3d7d9ef
commit
cb3b5d45f6
2 changed files with 18 additions and 5 deletions
|
@ -8,14 +8,13 @@
|
|||
|
||||
(let [start (System/nanoTime)]
|
||||
(b/build
|
||||
(b/inputs "src")
|
||||
{:main 'uxbox.core
|
||||
:output-to "resources/public/js/main.js"
|
||||
:output-dir "resources/public/js"
|
||||
(b/inputs "src" "test")
|
||||
{:main 'uxbox.test-runner
|
||||
:output-to "out/tests.js"
|
||||
:output-dir "out"
|
||||
:parallel-build false
|
||||
:optimizations :advanced
|
||||
:language-in :ecmascript5
|
||||
:language-out :ecmascript5
|
||||
:asset-path "/js"
|
||||
:verbose true})
|
||||
(println "... done. Elapsed" (/ (- (System/nanoTime) start) 1e9) "seconds"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue