mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-21 01:00:54 +08:00
Set explicit values for test properties in deploy script
This commit is contained in:
parent
70540b2df0
commit
5684c09690
@ -49,6 +49,12 @@ function deploy_teavm {
|
||||
GRADLE+=" -Pteavm.publish.url=sftp://$TEAVM_DEPLOY_SERVER/maven/repository"
|
||||
GRADLE+=" -Pteavm.publish.username=$TEAVM_DEPLOY_LOGIN"
|
||||
GRADLE+=" -Pteavm.publish.password=$TEAVM_DEPLOY_PASSWORD"
|
||||
GRADLE+=" -Pteavm.tests.optimized=true"
|
||||
GRADLE+=" -Pteavm.tests.js=true"
|
||||
GRADLE+=" -Pteavm.tests.c=true"
|
||||
GRADLE+=" -Pteavm.tests.wasm=true"
|
||||
GRADLE+=" -Pteavm.tests.wasi=true"
|
||||
GRADLE+=" -Pteavm.junit.js.decodeStack=false"
|
||||
|
||||
$GRADLE build || { echo 'Build failed' ; return 1; }
|
||||
$GRADLE --max-workers 4 publishAllPublicationsToTeavmRepository || { echo 'Deploy failed' ; return 1; }
|
||||
|
Loading…
Reference in New Issue
Block a user