change package

This commit is contained in:
Eric Vergnaud 2021-02-13 19:37:17 +08:00
parent e414c829cf
commit ce3700f3a0
2 changed files with 4 additions and 3 deletions

View File

@ -7,9 +7,12 @@ sudo apt-get update -qq
sudo apt update
sudo apt install php-cli unzip
sudo apt install php-all-dev
php -v
sudo apt install composer
git clone https://github.com/antlr/antlr-php-runtime.git runtime/PHP
composer install -d runtime/PHP
mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V

View File

@ -4,8 +4,6 @@ set -euo pipefail
php -v
composer install -d runtime/PHP
php_path=$(which php)
pushd runtime-testsuite
echo "running maven tests..."