1 Star 0 Fork 120

陈紫阳/openGauss-connector-jdbc-cleanupTimer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
lishifu 提交于 2020-06-30 14:58 . first commit for openGauss connector jdbc
# appveyor.yml
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
- ps: Add-Content "c:\program files\postgresql\9.6\data\postgresql.conf" "wal_level=logical"
- ps: Add-Content "c:\program files\postgresql\9.6\data\postgresql.conf" "max_wal_senders=3"
- ps: Add-Content "c:\program files\postgresql\9.6\data\postgresql.conf" "wal_keep_segments=10"
- ps: Add-Content "c:\program files\postgresql\9.6\data\postgresql.conf" "wal_sender_timeout=5s"
- ps: Add-Content "c:\program files\postgresql\9.6\data\postgresql.conf" "max_replication_slots=10"
- ps: Add-Content "c:\program files\postgresql\9.6\data\pg_hba.conf" "host replication all 127.0.0.1/32 trust"
branches:
except:
- /^tmp\/.*/
- /^REL.*/
services:
- postgresql96
before_build:
- SET PATH=C:\Program Files\PostgreSQL\9.6\bin\;%PATH%
- SET PGUSER=postgres
- SET PGPASSWORD=Password12!
- createuser -U postgres test
- psql -U postgres -c "alter user test with password 'test'" postgres
- createdb -U postgres -O test test
build_script:
- mvn clean package -DskipTests
test_script:
- echo redirect escape ^> foo.bar
- echo privilegedPassword=Password12!>c:\projects\pgjdbc\build.local.properties
- mvn package
cache:
- C:\Users\appveyor\.m2
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/chen-czywj/openGauss-connector-jdbc-cleanupTimer.git
git@gitee.com:chen-czywj/openGauss-connector-jdbc-cleanupTimer.git
chen-czywj
openGauss-connector-jdbc-cleanupTimer
openGauss-connector-jdbc-cleanupTimer
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385