Revert "rm php from appveyor"

This reverts commit 57e747b4d3.

# Conflicts:
#	appveyor.yml
This commit is contained in:
parrt 2021-01-03 13:12:52 -08:00
parent 41f3f4928d
commit 3b90a43f40
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ image: Visual Studio 2019
build: off
install:
- git clone https://github.com/antlr/antlr-php-runtime.git
- cinst -y php --params "/InstallDir:C:\tools\php"
- cinst -y composer
- cinst -y dart-sdk --version=2.8.4
build_script:
- mvn -DskipTests install --batch-mode