mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 22:49:01 -05:00
More improvements to the test runner.
This commit is contained in:
parent
b2e86675b3
commit
48af590bd8
3 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@ sudo: false
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./scripts/build
|
- ./scripts/build
|
||||||
|
- node --version
|
||||||
- node out/tests.js
|
- node out/tests.js
|
||||||
|
|
||||||
jdk:
|
jdk:
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
"dist": "gulp dist",
|
"dist": "gulp dist",
|
||||||
"figwheel": "./scripts/figwheel",
|
"figwheel": "./scripts/figwheel",
|
||||||
"test-watch": "./scripts/watch",
|
"test-watch": "./scripts/watch",
|
||||||
|
"test-build": "./scripts/build",
|
||||||
"docker": "sudo docker run -ti -v `pwd`:/home/uxbox/uxbox -v $HOME/.m2:/home/uxbox/.m2 -p 3449:3449 uxbox tmux"
|
"docker": "sudo docker run -ti -v `pwd`:/home/uxbox/uxbox -v $HOME/.m2:/home/uxbox/.m2 -p 3449:3449 uxbox tmux"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -16,5 +16,6 @@
|
||||||
:optimizations :advanced
|
:optimizations :advanced
|
||||||
:language-in :ecmascript5
|
:language-in :ecmascript5
|
||||||
:language-out :ecmascript5
|
:language-out :ecmascript5
|
||||||
|
:target :nodejs
|
||||||
:verbose true})
|
:verbose true})
|
||||||
(println "... done. Elapsed" (/ (- (System/nanoTime) start) 1e9) "seconds"))
|
(println "... done. Elapsed" (/ (- (System/nanoTime) start) 1e9) "seconds"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue