WRR-12000: Added new ColorPicker
component in Sandstone library
#250
Travis CI / Travis CI - Pull Request
succeeded
Jan 17, 2025 in 4m 33s
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 #250 WRR-12000: Added new ColorPicker
component in Sandstone library.
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 |
---|---|---|---|
1155.1 | lts\/\* | Linux | passed |
1155.2 | 22 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Focal) |
Node.js Versions | lts/*, 22 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "focal",
"node_js": [
"lts/*",
"22"
],
"sudo": false,
"install": [
"npm config set prefer-offline false",
"git clone --branch=develop --depth 1 https://github.com/enactjs/cli ../cli",
"pushd ../cli",
"npm install",
"npm link",
"popd",
"npm install --legacy-peer-deps"
],
"script": [
"echo -e \"\\x1b\\x5b35;1m*** Linting docs...\\x1b\\x5b0m\"",
"npm run lint -- -- --report-unused-disable-directives --max-warnings 0 .",
"echo -e \"\\x1b\\x5b35;1m*** Linting complete\\x1b\\x5b0m\"",
"echo -e \"\\x1b\\x5b35;1m*** Parsing docs...\\x1b\\x5b0m\"",
"npm run parse",
"echo -e \"\\x1b\\x5b35;1m*** Parsing complete\\x1b\\x5b0m\"",
"echo -e \"\\x1b\\x5b35;1m*** Building sample runner...\\x1b\\x5b0m\"",
"npm run make-runner",
"echo -e \"\\x1b\\x5b35;1m*** Building sampler runner complete\\x1b\\x5b0m\"",
"echo -e \"\\x1b\\x5b35;1m*** Generating docs...\\x1b\\x5b0m\"",
"npm run build",
"echo -e \"\\x1b\\x5b35;1m*** Doc generation complete\\x1b\\x5b0m\""
]
}
Loading