11 lines
135 B
Bash
Executable File
11 lines
135 B
Bash
Executable File
#!/bin/sh
|
|
|
|
chmod +x ./scripts/*.sh
|
|
|
|
./scripts/setup-composer.sh
|
|
./composer.phar install
|
|
|
|
./scripts/setup-ca.sh
|
|
|
|
./scripts/run-tests.sh
|