1 Star 0 Fork 2

LetuCRM/php-zephir-parser

forked from koogua/php-zephir-parser 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.appveyor.yml 3.66 KB
一键复制 编辑 原始数据 按行查看 历史
Serghei Iakovlev 提交于 2019-12-11 03:00 +08:00 . Bump version
version: 1.3.3-{build}
environment:
matrix:
- PHP_VERSION: 7.0
VC_VERSION: 14
BUILD_TYPE: "Win32"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
- PHP_VERSION: 7.0
VC_VERSION: 14
BUILD_TYPE: "nts-Win32"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
- PHP_VERSION: 7.1
VC_VERSION: 14
BUILD_TYPE: "Win32"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
- PHP_VERSION: 7.1
VC_VERSION: 14
BUILD_TYPE: "nts-Win32"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
- PHP_VERSION: 7.2
VC_VERSION: 15
BUILD_TYPE: "Win32"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- PHP_VERSION: 7.2
VC_VERSION: 15
BUILD_TYPE: "nts-Win32"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- PHP_VERSION: 7.3
VC_VERSION: 15
BUILD_TYPE: Win32
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- PHP_VERSION: 7.3
VC_VERSION: 15
BUILD_TYPE: nts-Win32
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- PHP_VERSION: 7.4
VC_VERSION: 15
BUILD_TYPE: Win32
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- PHP_VERSION: 7.4
VC_VERSION: 15
BUILD_TYPE: nts-Win32
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
PHP_SDK_VERSION: 2.1.9
PHP_AVM: https://raw.githubusercontent.com/sergeyklay/php-appveyor/master/php-appveyor.psm1
TEST_PHP_EXECUTABLE: C:\php\php.exe
NO_INTERACTION: 1
REPORT_EXIT_STATUS: 1
matrix:
fast_finish: true
cache:
- 'C:\Downloads -> .appveyor.yml'
clone_depth: 1
clone_folder: C:\Projects\php-zephir-parser
platform:
- x86
- x64
branches:
only:
- master
- development
init:
- ps: $DebugPreference = 'SilentlyContinue' # Continue
install:
- ps: (new-object Net.WebClient).DownloadString($Env:PHP_AVM) | iex
- ps: InstallPhpSdk $Env:PHP_SDK_VERSION $Env:VC_VERSION $Env:PLATFORM
- ps: InstallPhp $Env:PHP_VERSION $Env:BUILD_TYPE $Env:VC_VERSION $Env:PLATFORM
- ps: InstallPhpDevPack $Env:PHP_VERSION $Env:BUILD_TYPE $Env:VC_VERSION $Env:PLATFORM
- ps: Import-Module .\.ci\AppVeyor.psm1
- ps: AppendSessionPath
- ps: TuneUpPhp
build_script:
- ps: InitializeBuildVars
- '"%VSCOMNTOOLS%\VsDevCmd" %PLATFORM%'
- '"%VSCOMNTOOLS%\..\..\VC\vcvarsall.bat" %ARCH%'
- phpsdk_setvars
- cmd /c .ci\build-win32.bat
- phpize
- cmd: 'configure --with-prefix=C:\php --with-php-build=C:\php-devpack --disable-all --enable-zephir-parser=shared'
- cmd: nmake 2> compile-errors.log 1> compile.log
- ps: InitializeReleaseVars
test_script:
- ps: >-
EnablePhpExtension `
-Name zephir_parser `
-PrintableName "Zephir Parser" `
-ExtPath $Env:RELEASE_PATH
after_test:
- ps: >-
PrepareReleasePackage `
-PhpVersion $Env:PHP_VERSION `
-BuildType $Env:BUILD_TYPE `
-Platform $Env:PLATFORM `
-ConverMdToHtml $true `
-ReleaseFiles "${Env:RELEASE_PATH}\php_zephir_parser.dll",`
"${Env:APPVEYOR_BUILD_FOLDER}\LICENSE",`
"${Env:APPVEYOR_BUILD_FOLDER}\CREDITS",`
"${Env:APPVEYOR_BUILD_FOLDER}\VERSION",`
"${Env:APPVEYOR_BUILD_FOLDER}\NO_WARRANTY"
artifacts:
- path: '.\$(RELEASE_ZIPBALL).zip'
type: zip
name: ZephirParser
on_failure:
- ps: >-
if (Test-Path -Path "${Env:APPVEYOR_BUILD_FOLDER}\compile-errors.log") {
Get-Content -Path "${Env:APPVEYOR_BUILD_FOLDER}\compile-errors.log"
}
if (Test-Path -Path "${Env:APPVEYOR_BUILD_FOLDER}\compile.log") {
Get-Content -Path "${Env:APPVEYOR_BUILD_FOLDER}\compile.log"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/letucrm/php-zephir-parser.git
git@gitee.com:letucrm/php-zephir-parser.git
letucrm
php-zephir-parser
php-zephir-parser
master

搜索帮助