From 3b90a43f40d8db4081d44dc5c42287c300ebaf6b Mon Sep 17 00:00:00 2001 From: parrt Date: Sun, 3 Jan 2021 13:12:52 -0800 Subject: [PATCH] Revert "rm php from appveyor" This reverts commit 57e747b4d33a092a14e85032030f858de7853ca6. # Conflicts: # appveyor.yml --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 74d9551b5..f14ffd2e0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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