4 Star 3 Fork 3

Gitee 极速下载 / ngx_php7

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/rryqszq4/ngx_php7/
克隆/下载
.appveyor.yml 842 Bytes
一键复制 编辑 原始数据 按行查看 历史
Quan Zhao 提交于 2018-04-15 01:31 . [appveyor] Fixd.
version: "{branch}.build.{build}"
image: Visual Studio 2017
branches:
only:
- master
cache:
- c:\build-cache
environment:
SRC_BUILD_FOLDER: c:\build-cache
platform:
- x86
build: false
install:
- echo start
- cd %APPVEYOR_BUILD_FOLDER%
- cd ..
- echo download php
- ps: Invoke-WebRequest https://windows.php.net/downloads/releases/archives/php-7.1.15-Win32-VC14-x86.zip -OutFile ${env:APPVEYOR_BUILD_FOLDER}\..\php.zip
- 'mkdir php && mv php.zip php\php.zip && cd php'
- 7z.exe x php.zip | FIND /V "ing "
- cd ..
- echo download nginx
- ps: Invoke-WebRequest http://nginx.org/download/nginx-1.10.3.zip -OutFile ${env:APPVEYOR_BUILD_FOLDER}\..\nginx.zip
- 'mkdir nginx && mv nginx.zip nginx\nginx.zip && cd nginx'
- 7z.exe x nginx.zip | FIND /V "ing "
- cd ..
test: off
C
1
https://gitee.com/mirrors/ngx_php7.git
git@gitee.com:mirrors/ngx_php7.git
mirrors
ngx_php7
ngx_php7
master

搜索帮助