[WIP] jenkinsfile integration

This commit is contained in:
bruno DA SILVA
2018-09-04 17:53:18 +02:00
parent cad18bee73
commit bde83fc705
10 changed files with 660 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -x
# on the root dir
composer install
# under the test dir
cd test
composer install