代码拉取完成,页面将自动刷新
同步操作将从 koogua/php-zephir-parser 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
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"
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。