Allow access to Tileset-level metadata (schema
, schemaUri
, groups
, metadata
)
#709
This check has been archived and is scheduled for deletion.
Learn more about checks retention
Travis CI / Travis CI - Pull Request
succeeded
Aug 31, 2023 in 30m 57s
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 #709 Allow access to Tileset-level metadata (schema
, schemaUri
, groups
, metadata
).
Any changes that have been made to the generated-readers branch before the build ran are also included.
Jobs and Stages
This build has six jobs, running in parallel.
Job | Xcode | ENV | OS | State |
---|---|---|---|---|
6215.1 Check Source Formatting | Linux | passed | ||
6215.2 Windows + VS2017 | windows | passed | ||
6215.3 Windows + VS2019 | windows | passed | ||
6215.4 Linux + GCC | Linux | passed | ||
6215.5 Linux + Clang | CC=clang-10 | Linux | passed | |
6215.6 macOS | xcode12 | macOS | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | C++ |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "cpp",
"os": [
"linux"
],
"dist": "xenial",
"before_script": [
"mkdir -p build",
"cd build",
"cmake -DCMAKE_BUILD_TYPE:STRING=Debug .."
],
"script": [
"cmake --build . --config Debug",
"ctest -V",
"cmake --build . --config Debug --target cesium-native-docs"
],
"jobs": {
"include": [
{
"name": "Check Source Formatting",
"os": "linux",
"dist": "focal",
"git": {
"submodules": false
},
"before_script": [
],
"script": [
"npm install",
"npm run format -- --dry-run -Werror"
]
},
{
"name": "Windows + VS2017",
"os": "windows",
"install": [
"choco install doxygen.install --version=1.9.2",
"choco install nasm"
],
"before_script": [
"mkdir -p build",
"cd build",
"cmake .. -A x64"
]
},
{
"name": "Windows + VS2019",
"os": "windows",
"install": [
"choco install visualstudio2019buildtools --package-parameters \"--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64\"",
"choco install doxygen.install --version=1.9.2",
"choco install nasm"
]
},
{
"name": "Linux + GCC",
"os": "linux",
"dist": "focal",
"install": [
"sudo rm /etc/apt/sources.list.d/rabbitmq.list",
"sudo apt-get update",
"sudo apt-get install cmake doxygen nasm"
]
},
{
"name": "Linux + Clang",
"os": "linux",
"dist": "focal",
"install": [
"sudo rm /etc/apt/sources.list.d/rabbitmq.list",
"sudo apt-get update",
"sudo apt-get install clang-10 cmake doxygen nasm"
],
"env": [
{
"CC": "clang-10"
},
{
"CXX": "clang++-10"
}
]
},
{
"name": "macOS",
"os": "osx",
"osx_image": "xcode12",
"script": [
"cmake --build . --config Debug",
"ctest -V"
]
}
]
}
}
Loading