forked from jasder/antlr
Revert "rm php from appveyor"
This reverts commit 57e747b4d3
.
# Conflicts:
# appveyor.yml
This commit is contained in:
parent
41f3f4928d
commit
3b90a43f40
|
@ -6,6 +6,8 @@ image: Visual Studio 2019
|
||||||
build: off
|
build: off
|
||||||
install:
|
install:
|
||||||
- git clone https://github.com/antlr/antlr-php-runtime.git
|
- 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
|
- cinst -y dart-sdk --version=2.8.4
|
||||||
build_script:
|
build_script:
|
||||||
- mvn -DskipTests install --batch-mode
|
- mvn -DskipTests install --batch-mode
|
||||||
|
|
Loading…
Reference in New Issue