File tree Expand file tree Collapse file tree 5 files changed +9
-18
lines changed Expand file tree Collapse file tree 5 files changed +9
-18
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,15 @@ jobs:
32
32
build_type : ['ts', 'nts']
33
33
34
34
include :
35
- - php : [ '7.0', '7.1']
35
+ - php : ' 7.0'
36
36
vc_num : 14
37
37
vc_prefix : ' vc'
38
38
os : windows-2016
39
39
40
- # vc_num: 14
41
- # vc_prefix: 'vc'
42
- # os: windows-2016
40
+ - php : ' 7.1'
41
+ vc_num : 14
42
+ vc_prefix : ' vc'
43
+ os : windows-2016
43
44
44
45
- php : ' 7.2'
45
46
vc_num : 15
@@ -117,20 +118,6 @@ jobs:
117
118
uses : ilammy/msvc-dev-cmd@v1
118
119
with :
119
120
arch : ${{ matrix.arch }}
120
- # toolset: ${{ matrix.vc_num }}
121
- # shell: cmd
122
- # run: |
123
- # SET VSWHERE="C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere"
124
- # SET VSCMD_SKIP_SENDTELEMETRY=No way
125
-
126
- # for /f "usebackq tokens=*" %%i in (`%VSWHERE% -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath`) do (
127
- # set InstallDir=%%i
128
- # )
129
-
130
- # if exist "%InstallDir%\Common7\Tools\vsdevcmd.bat" (
131
- # echo "Found %InstallDir%\Common7\Tools\vsdevcmd.bat"
132
- # call "%InstallDir%\Common7\Tools\vsdevcmd.bat" %*
133
- # ) else "VC not found"
134
121
135
122
- name : Set PHP SDK Environment variables
136
123
shell : cmd
Original file line number Diff line number Diff line change 2
2
Tests recognizing wrapping C-code in CBLOCKs
3
3
--SKIPIF--
4
4
<?php include (__DIR__ . '/../skipif.inc ' ); ?>
5
+ <?php include (__DIR__ . '/../skipifwin32.inc ' ); ?>
5
6
--FILE--
6
7
<?php
7
8
Original file line number Diff line number Diff line change 2
2
Comments before namespace
3
3
--SKIPIF--
4
4
<?php include (__DIR__ . '/../skipif.inc ' ); ?>
5
+ <?php include (__DIR__ . '/../skipifwin32.inc ' ); ?>
5
6
--FILE--
6
7
<?php
7
8
Original file line number Diff line number Diff line change 2
2
Syntax error when use unicode
3
3
--SKIPIF--
4
4
<?php include (__DIR__ . '/../skipif.inc ' ); ?>
5
+ <?php include (__DIR__ . '/../skipifwin32.inc ' ); ?>
5
6
--FILE--
6
7
<?php
7
8
Original file line number Diff line number Diff line change
1
+ <?php if (stripos (PHP_OS , "WIN " ) === 0 ) print "skip Windows specific test with CRLF " ; ?>
You can’t perform that action at this time.
0 commit comments