use the exist composer.phar

This commit is contained in:
Dengke Tang
2022-11-23 09:45:31 -08:00
parent fe70d78324
commit 86bdd3ece6
+2 -6
View File
@@ -31,9 +31,5 @@ $(AWSCRT_DIR)\ext\api.h : $(AWSCRT_DIR)\src\api.h
# Use PHPUnit and composer to run tests
test-awscrt: install $(AWSCRT_DIR)\src\api.h $(BUILD_DIR)\php_awscrt.dll
curl -o composer-setup.php https://getcomposer.org/installer
php .\composer-setup.php
php --version
$(PHP_BINARY) --version
$(PHP_BINARY) -c $(AWSCRT_DIR)\php-win.ini .\composer.phar --working-dir=$(AWSCRT_DIR) update
$(PHP_BINARY) -c $(AWSCRT_DIR)\php-win.ini .\composer.phar --working-dir=$(AWSCRT_DIR) run test-win
$(PHP_BINARY) -c $(AWSCRT_DIR)\php-win.ini c:\tools\php\composer.phar --working-dir=$(AWSCRT_DIR) update
$(PHP_BINARY) -c $(AWSCRT_DIR)\php-win.ini c:\tools\php\composer.phar --working-dir=$(AWSCRT_DIR) run test-win