mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-01-09 11:32:28 +00:00
9 lines
213 B
YAML
9 lines
213 B
YAML
language: java
|
|
|
|
env:
|
|
- JAVA_OPTS ="-XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:PermSize=256M -XX:MaxPermSize=512M"
|
|
|
|
script:
|
|
- cd ethereumj-core
|
|
- mvn clean test jacoco:report coveralls:jacoco
|