3 Star 0 Fork 0

mirrors_jcoleman/pgbouncer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.appveyor.yml 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
image: Visual Studio 2019
environment:
matrix:
- MSYSTEM: MINGW32
- MSYSTEM: MINGW64
install:
- git submodule update --init --recursive
- set PATH=C:/msys64/usr/bin;%PATH%
- sh -l -c "pacman --noconfirm -S --needed base-devel ${MINGW_PACKAGE_PREFIX}-toolchain ${MINGW_PACKAGE_PREFIX}-libevent ${MINGW_PACKAGE_PREFIX}-openssl ${MINGW_PACKAGE_PREFIX}-postgresql autoconf automake libtool python zip"
- choco install pandoc
build_script:
- set HOME=.
- set PATH=C:/msys64/usr/bin;%PATH%
- sh -l -c "./autogen.sh"
- sh -l -c "./configure --enable-werror LDFLAGS=-static LIBS=-liphlpapi PKG_CONFIG='pkg-config --static'"
- sh -l -c "make"
- sh -l -c "make install"
- sh -l -c "make zip"
artifacts:
- path: '*.zip'
test_script:
- set HOME=.
- set PATH=C:/msys64/usr/bin;%PATH%
- sh -l -c "make check tls_support=no"
- sh -l -c "windres pgbouncer.exe"
on_failure:
- set HOME=.
- sh -l -c "test -f config.status || cat config.log"
- sh -l -c "find test/ -name '*.log' | xargs tail -n40 -v"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_jcoleman/pgbouncer.git
git@gitee.com:mirrors_jcoleman/pgbouncer.git
mirrors_jcoleman
pgbouncer
pgbouncer
master

搜索帮助