Skip to content

Commit b62510e

Browse files
committed
Remove raw lemon cmd from workflow
1 parent 71c0a80 commit b62510e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.ci/lemon-parser.ps1

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# This file is part of the Zephir Parser.
2+
#
3+
# (c) Zephir Team <[email protected]>
4+
#
5+
# For the full copyright and license information, please view
6+
# the LICENSE file that was distributed with this source code.
7+
18
Write-Output "-- Compiling Lemon parser..."
29
$LemonSrc = Join-Path -Path './parser' -ChildPath 'lemon.c'
310
$LemonBin = Join-Path -Path './parser' -ChildPath 'lemon.exe'

.github/workflows/windows.yml

-7
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,6 @@ jobs:
118118
run: |
119119
call C:\tools\php-sdk\bin\phpsdk_setvars.bat
120120
powershell.exe -File .\.ci\lemon-parser.ps1
121-
# CD parser
122-
# DEL zephir.c zephir.h parser.c scanner.c
123-
# re2c -o scanner.c scanner.re
124-
# lemon -s zephir.lemon
125-
# ECHO #include ^<php.h^> > parser.c
126-
# TYPE zephir.c >> parser.c
127-
# TYPE base.c >> parser.c
128121
129122
- name: Build Zephir Parser (phpize)
130123
shell: cmd

0 commit comments

Comments
 (0)