Enable building on any 64-bit little-endian architecture #566
Travis CI / Travis CI - Pull Request
succeeded
Sep 25, 2024 in 4m 32s
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 #566 Enable building on any 64-bit little-endian architecture.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Compiler | OS | State |
---|---|---|---|
509.1 | g++ | Linux | passed |
509.2 | clang | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | C++ |
Operating System | Linux (Xenial) |
Compiler Versions | g++, clang |
Build Configuration
{
"language": "cpp",
"os": [
"linux"
],
"dist": "xenial",
"arch": [
"arm64"
],
"addons": {
"apt": {
"packages": [
"ghostscript",
"groff"
]
}
},
"compiler": [
"g++",
"clang"
],
"script": [
"./autogen.sh",
"./configure",
"make",
"export PATH=$PWD/bin:$PATH",
"git clone https://github.com/frederic-mahe/vsearch-tests.git",
"cd vsearch-tests",
"bash ./run_all_tests.sh"
]
}
Loading