allow storeDir for RunBQSR #1001
Draft
Travis CI / Travis CI - Pull Request
succeeded
Dec 31, 2023 in 9m 43s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #1001 allow storeDir for RunBQSR.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
Build Option | Setting |
---|---|
Language | Java |
Operating System | Linux (Xenial) |
JDK Version | openjdk8 |
Build Configuration
{
"language": "java",
"os": [
"linux"
],
"dist": "xenial",
"sudo": true,
"jdk": [
"openjdk8"
],
"services": [
"docker"
],
"before_install": [
"export NXF_VER=19.10.0 && curl -fsSL get.nextflow.io | bash",
"chmod 777 nextflow",
"wget -O test-data.tar.gz --no-check-certificate 'https://docs.google.com/uc?export=download&id=10qEFp0KXY25hBdzykD-wHLFTMH--QloF'",
"tar -xzvf test-data.tar.gz"
],
"script": [
"python3 tests/test_runner.py tests/tests.json"
]
}
Loading