XLSX: support documents whose XML elements have a prefix #10453
Merged
Travis CI / Travis CI - Pull Request
succeeded
Jul 20, 2024 in 22m 44s
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 #10453 XLSX: support documents whose XML elements have a prefix.
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 | Ruby |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "ruby",
"os": [
"linux"
],
"dist": "xenial",
"branches": {
"except": [
"/^(cherry-pick-)?backport-\\d+-to-/"
]
},
"before_install": [
"if ! git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(.rst)$'; then travis_terminate 0; fi",
"./ci/travis/${BUILD_NAME}/before_install.sh"
],
"install": [
"./ci/travis/${BUILD_NAME}/install.sh"
],
"script": [
"./ci/travis/${BUILD_NAME}/script.sh"
],
"notifications": {
"irc": [
{
"channels": [
"irc.freenode.org#gdal-activity"
],
"use_notice": true,
"on_success": "change"
}
]
},
"jobs": {
"fast_finish": true,
"include": [
{
"apt": {
"packages": [
"ccache"
]
},
"os": "linux",
"arch": "s390x",
"compiler": "gcc",
"language": "cpp",
"sudo": false,
"dist": "jammy",
"cache": {
"apt": true,
"directories": [
"$HOME/.ccache"
]
},
"env": [
{
"BUILD_NAME": "s390x"
},
{
"DETAILS": "\"\""
}
]
}
]
}
}
Loading