Add GitHub Actions pipeline for pgSphere #69
Merged
This check has been archived and is scheduled for deletion.
Learn more about checks retention
Travis CI / Travis CI - Pull Request
succeeded
Sep 27, 2023 in 14m 36s
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 #69 Add GitHub Actions pipeline for pgSphere.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has seven jobs, running in parallel.
Job | ENV | OS | State |
---|---|---|---|
258.1 | PG_SUPPORTED_VERSIONS=10 | Linux | passed |
258.2 | PG_SUPPORTED_VERSIONS=11 | Linux | passed |
258.3 | PG_SUPPORTED_VERSIONS=12 | Linux | passed |
258.4 | PG_SUPPORTED_VERSIONS=13 | Linux | passed |
258.5 | PG_SUPPORTED_VERSIONS=14 | Linux | passed |
258.6 | PG_SUPPORTED_VERSIONS=15 | Linux | passed |
258.7 | PG_SUPPORTED_VERSIONS=16 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | C |
Operating System | Linux (Focal) |
Build Configuration
{
"language": "c",
"os": [
"linux"
],
"dist": "focal",
"env": [
"jobs={:PG_SUPPORTED_VERSIONS=>\"10\"}={:PG_SUPPORTED_VERSIONS=>\"11\"}={:PG_SUPPORTED_VERSIONS=>\"12\"}={:PG_SUPPORTED_VERSIONS=>\"13\"}={:PG_SUPPORTED_VERSIONS=>\"14\"}={:PG_SUPPORTED_VERSIONS=>\"15\"}={:PG_SUPPORTED_VERSIONS=>\"16\"}"
],
"before_install": [
"sudo apt-get -qq update",
"sudo apt-get -y install postgresql-common libhealpix-cxx-dev docbook-xml docbook-xsl libxml2-utils xsltproc fop"
],
"install": [
"sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -p -v $PG_SUPPORTED_VERSIONS -i"
],
"script": [
"make PROFILE=\"-Werror\"",
"sudo make install",
"pg_virtualenv make installcheck",
"if test -s regression.diffs; then cat regression.diffs; exit 1; fi",
"pg_virtualenv make test",
"if test -s regression.diffs; then cat regression.diffs; exit 1; fi",
"pg_virtualenv make crushtest",
"if test -s regression.diffs; then cat regression.diffs; exit 1; fi",
"make clean",
"make PROFILE=\"-Werror\" USE_HEALPIX=0",
"sudo make USE_HEALPIX=0 install",
"pg_virtualenv make USE_HEALPIX=0 installcheck",
"if test -s regression.diffs; then cat regression.diffs; exit 1; fi",
"pg_virtualenv make USE_HEALPIX=0 test",
"if test -s regression.diffs; then cat regression.diffs; exit 1; fi",
"pg_virtualenv make USE_HEALPIX=0 crushtest",
"if test -s regression.diffs; then cat regression.diffs; exit 1; fi",
"make -C doc"
]
}
Loading