maybe this

This commit is contained in:
Waqar Ahmed Khan
2022-11-07 16:42:31 -08:00
parent ef6903986c
commit 42ab5824c2
+1 -2
View File
@@ -32,7 +32,6 @@ $(AWSCRT_DIR)\ext\api.h : $(AWSCRT_DIR)\src\api.h
# Use PHPUnit to run tests
test-awscrt: install $(AWSCRT_DIR)\src\api.h $(BUILD_DIR)\php_awscrt.dll
$(PHP_BINARY) -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
$(PHP_BINARY) composer-setup.php
$(PHP_BINARY) -r "unlink('composer-setup.php');"
$(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