what's the version

This commit is contained in:
Dengke Tang
2022-11-08 09:31:23 -08:00
parent 36354dc333
commit d49eaad553
3 changed files with 27 additions and 23 deletions
+2
View File
@@ -33,5 +33,7 @@ $(AWSCRT_DIR)\ext\api.h : $(AWSCRT_DIR)\src\api.h
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