We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3e420 commit 102681fCopy full SHA for 102681f
appveyor.yml
@@ -57,6 +57,7 @@ install:
57
- 'cd parser'
58
- 'copy %PHP_SDK%\bin\re2c.exe .\re2c.exe'
59
- '"%VS110COMNTOOLS%\VsDevCmd" %BUILD_PLATFORM%'
60
+ - cd %APPVEYOR_BUILD_FOLDER%
61
- cmd /c install-win32-php5.bat
62
63
- echo Building PHP [%PHP_VERSION%]
parser/install-win32-php5.bat install-win32-php5.batparser/install-win32-php5.bat renamed to install-win32-php5.bat
@@ -1,3 +1,5 @@
1
+cd parser
2
+
3
cl lemon.c
4
del parser.c parser.h scanner.c
5
re2c -o scanner.c scanner.re
parser/install-win32-php7.bat install-win32-php7.batparser/install-win32-php7.bat renamed to install-win32-php7.bat
0 commit comments