File tree 2 files changed +6
-5
lines changed 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
os : linux
2
2
3
- dist : bionic
3
+ dist : focal
4
4
5
5
language : c
6
6
@@ -18,7 +18,7 @@ script:
18
18
notifications :
19
19
email :
20
20
on_success : change
21
- on_failure : always
21
+ on_failure : change
22
22
23
23
env :
24
24
# - PG_VERSION=13 LEVEL=hardcore
Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ status=0
16
16
# global exports
17
17
export PGPORT=55435
18
18
export VIRTUAL_ENV_DISABLE_PROMPT=1
19
- id
20
- ls -l $( which make pg_config) /bin/sh
21
- make --version
22
19
23
20
# rebuild PostgreSQL with cassert + valgrind support
24
21
if [ " $LEVEL " = " hardcore" ] || \
@@ -90,6 +87,10 @@ if [ "$LEVEL" = "scan-build" ] || \
90
87
make USE_PGXS=1 clean
91
88
fi
92
89
90
+ id
91
+ ls -l $( which make pg_config) /bin/sh
92
+ make --version
93
+ ls -la ` pwd`
93
94
94
95
# build and install extension (using PG_CPPFLAGS and SHLIB_LINK for gcov)
95
96
make USE_PGXS=1 PG_CPPFLAGS=" -coverage" SHLIB_LINK=" -coverage"
You can’t perform that action at this time.
0 commit comments