Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit469c5a1

Browse files
committed
travis: some more fixes
1 parentd65ae6c commit469c5a1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ notifications:
2626

2727
# Default MODE is basic, i.e. all tests with PG_PROBACKUP_TEST_BASIC=ON
2828
env:
29-
-PG_VERSION=12 PG_BRANCH=REL_13_STABLE
29+
-PG_VERSION=13 PG_BRANCH=REL_13_STABLE
3030
-PG_VERSION=12 PG_BRANCH=REL_12_STABLE
3131
-PG_VERSION=11 PG_BRANCH=REL_11_STABLE
3232
-PG_VERSION=10 PG_BRANCH=REL_10_STABLE

‎travis/run_tests.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ git clone https://github.com/postgres/postgres.git -b $PG_BRANCH --depth=1
3636
echo"############### Compiling Postgres:"
3737
cd postgres# Go to postgres dir
3838
./configure --prefix=$PGHOME --enable-debug --enable-cassert --enable-depend --enable-tap-tests
39-
#make -s -j$(nproc) install
40-
make -s -j$(nproc) -C'src/common' install
41-
make -s -j$(nproc) -C'src/port' install
42-
make -s -j$(nproc) -C'src/interfaces' install
39+
make -s -j$(nproc) install
40+
#make -s -j$(nproc) -C 'src/common' install
41+
#make -s -j$(nproc) -C 'src/port' install
42+
#make -s -j$(nproc) -C 'src/interfaces' install
4343
make -s -j$(nproc) -C contrib/ install
4444

4545
# Override default Postgres instance

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp