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

Commit150e4d5

Browse files
committed
Run CI tests with PostgreSQL 13 as well
1 parent8440edd commit150e4d5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
/results
55
*pg_wait_sampling--1.1.sql
66
.log
7+
Dockerfile

‎.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ env:
2727
-PG_VERSION=11 CHECK_CODE=false
2828
-PG_VERSION=12 CHECK_CODE=clang
2929
-PG_VERSION=12 CHECK_CODE=false
30+
-PG_VERSION=13 CHECK_CODE=clang
31+
-PG_VERSION=13 CHECK_CODE=false

‎run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ if [ "$CHECK_CODE" = "clang" ]; then
1919

2020
elif ["$CHECK_CODE"="cppcheck" ];then
2121
cppcheck \
22-
--template"{file} ({line}): {severity} ({id}): {message}" \
22+
--template"{file} ({line}): {severity} ({id}): {message}" \
2323
--enable=warning,portability,performance \
2424
--suppress=redundantAssignment \
2525
--suppress=uselessAssignmentPtrArg \
26-
--suppress=literalWithCharPtrCompare \
26+
--suppress=literalWithCharPtrCompare \
2727
--suppress=incorrectStringBooleanError \
2828
--std=c89*.c*.h2> cppcheck.log
2929

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp