mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-02 11:17:40 +08:00
PL-8330 Travis CI build - fix out of memory during test
This commit is contained in:
parent
4fd5946dae
commit
24558f9556
10
.travis.yml
10
.travis.yml
@ -3,9 +3,15 @@ jdk: oraclejdk8
|
||||
|
||||
before_install:
|
||||
- git clone https://github.com/cuba-platform/cuba-gradle-plugin.git $TRAVIS_BUILD_DIR/../cuba-gradle-plugin
|
||||
- (cd $TRAVIS_BUILD_DIR/../cuba-gradle-plugin && chmod +x ./gradlew && ./gradlew install)
|
||||
- (cd $TRAVIS_BUILD_DIR/../cuba-gradle-plugin && chmod +x ./gradlew && ./gradlew --no-daemon install)
|
||||
- chmod +x ./gradlew
|
||||
- ./gradlew startDb createTestDb
|
||||
- ./gradlew --no-daemon startDb createTestDb
|
||||
|
||||
install:
|
||||
- ./gradlew --no-daemon assemble
|
||||
|
||||
script:
|
||||
- ./gradlew --no-daemon test
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
Loading…
Reference in New Issue
Block a user