mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-17 17:47:12 +00:00
* Added build instruction updates for Windows to README * Added composer to requirements
6 lines
78 B
Bash
Executable File
6 lines
78 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
$PHP_BINARY -c php.ini vendor/bin/phpunit tests
|