WRR-21630: Add Limestone Samples in samples repo #250
Travis CI / Travis CI - Pull Request
failed
Mar 19, 2025 in 6m 26s
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 #250 WRR-21630: Add Limestone Samples in samples repo.
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 | |
| node | Linux | failed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Node.js |
| Operating System | Linux (Jammy) |
| Node.js Versions | lts/*, node |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "jammy",
"node_js": [
"lts/*",
"node"
],
"sudo": false,
"install": [
"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 eslint...\\x1b\\x5b0m\"",
"npm run lint",
"echo -e \"\\x1b\\x5b35;1m*** eslint complete\\x1b\\x5b0m\"",
"echo -e \"\\x1b\\x5b35;1m*** Starting agate/all-samples build...\\x1b\\x5b0m\"",
"cd agate/all-samples",
"npm install",
"npm run pack",
"cd ../../",
"echo -e \"\\x1b\\x5b35;1m*** agate/all-samples build complete\\x1b\\x5b0m\"",
"echo -e \"\\x1b\\x5b35;1m*** Starting limestone/all-samples build...\\x1b\\x5b0m\"",
"cd limestone/all-samples",
"npm install",
"npm run pack",
"cd ../../",
"echo -e \"\\x1b\\x5b35;1m*** limestone/all-samples build complete\\x1b\\x5b0m\"",
"echo -e \"\\x1b\\x5b35;1m*** Starting moonstone/all-samples build...\\x1b\\x5b0m\"",
"cd moonstone/all-samples",
"npm install",
"npm run pack",
"cd ../../",
"echo -e \"\\x1b\\x5b35;1m*** moonstone/all-samples build complete\\x1b\\x5b0m\"",
"echo -e \"\\x1b\\x5b35;1m*** Starting sandstone/all-samples build...\\x1b\\x5b0m\"",
"cd sandstone/all-samples",
"npm install",
"npm run pack",
"cd ../../",
"echo -e \"\\x1b\\x5b35;1m*** sandstone/all-samples build complete\\x1b\\x5b0m\"",
"echo -e \"\\x1b\\x5b35;1m*** Starting ui/all-samples build...\\x1b\\x5b0m\"",
"cd ui/all-samples",
"npm install",
"npm run pack",
"cd ../../",
"echo -e \"\\x1b\\x5b35;1m*** ui/all-samples build complete\\x1b\\x5b0m\"",
"echo -e \"\\x1b\\x5b35;1m*** Starting my-theme-app build...\\x1b\\x5b0m\"",
"cd my-theme-app",
"npm install",
"npm run pack",
"cd ../../",
"echo -e \"\\x1b\\x5b35;1m*** my-theme-app build complete\\x1b\\x5b0m\""
]
}
Loading