Skip to content

Commit 102681f

Browse files
committed
Improved Appveyor build
1 parent ba3e420 commit 102681f

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ install:
5757
- 'cd parser'
5858
- 'copy %PHP_SDK%\bin\re2c.exe .\re2c.exe'
5959
- '"%VS110COMNTOOLS%\VsDevCmd" %BUILD_PLATFORM%'
60+
- cd %APPVEYOR_BUILD_FOLDER%
6061
- cmd /c install-win32-php5.bat
6162

6263
- echo Building PHP [%PHP_VERSION%]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
cd parser
2+
13
cl lemon.c
24
del parser.c parser.h scanner.c
35
re2c -o scanner.c scanner.re
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
cd parser
2+
13
cl lemon.c
24
del parser.c parser.h scanner.c
35
re2c -o scanner.c scanner.re

0 commit comments

Comments
 (0)