url in the end

This commit is contained in:
Dengke Tang
2022-11-07 18:17:41 -08:00
parent e6c457ce0a
commit 37c8f9fdff
+1 -1
View File
@@ -31,7 +31,7 @@ $(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 https://getcomposer.org/installer -O composer-setup.php
curl -O composer-setup.php https://getcomposer.org/installer
$(PHP_BINARY) .\composer-setup.php
$(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