WRQ-26798: Remove Lerna and refine run scripts #3248
Travis CI / Travis CI - Pull Request
failed
Jun 28, 2024 in 10m 0s
Build Failed
The build failed. This is a change from the previous build, which passed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #3248 WRQ-26798: Remove Lerna and refine run scripts.
Any changes that have been made to the develop branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Node.js | OS | State |
---|---|---|---|
lts\/\* | Linux | failed | |
21 | Linux | failed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Focal) |
Node.js Versions | lts/*, 21 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "focal",
"node_js": [
"lts/*",
"21"
],
"sudo": false,
"before_install": [
"sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev"
],
"install": [
"npm config set prefer-offline false",
"npm install -g codecov",
"git clone --branch=develop --depth 1 https://github.com/enactjs/cli ../cli",
"pushd ../cli",
"npm install",
"npm link",
"popd",
"npm install"
],
"script": [
"echo -e \"\\x1b\\x5b35;1m*** Starting tests...\\x1b\\x5b0m\"",
"npm test -- -- --runInBand --coverage",
"codecov",
"echo -e \"\\x1b\\x5b35;1m*** Tests complete\\x1b\\x5b0m\"",
"echo -e \"\\x1b\\x5b35;1m*** Starting eslint...\\x1b\\x5b0m\"",
"npm run lint -- -- --report-unused-disable-directives --max-warnings 0 .",
"echo -e \"\\x1b\\x5b35;1m*** eslint complete\\x1b\\x5b0m\"",
"echo -e \"\\x1b\\x5b35;1m*** Starting docs validation...\\x1b\\x5b0m\"",
"npm run validate-docs",
"echo -e \"\\x1b\\x5b35;1m*** Docs validation complete\\x1b\\x5b0m\"",
"echo -e \"\\x1b\\x5b35;1m*** Starting sampler builds...\\x1b\\x5b0m\"",
"cd packages/sampler",
"npm run pack",
"echo -e \"\\x1b\\x5b35;1m*** sampler build complete\\x1b\\x5b0m\""
]
}
Loading