[add] CI
This commit is contained in:
parent
fcbf7316e9
commit
27365b9ef6
21
api-payroll/buildspec.yml
Normal file
21
api-payroll/buildspec.yml
Normal file
@ -0,0 +1,21 @@
|
||||
version: 0.2
|
||||
|
||||
phases:
|
||||
install:
|
||||
commands:
|
||||
- echo Entered the install phase...
|
||||
- cd api-payroll
|
||||
- composer install
|
||||
pre_build:
|
||||
commands:
|
||||
- echo Entered the pre_build phase...
|
||||
build:
|
||||
commands:
|
||||
- echo Entered the build phase...
|
||||
- echo Build started on `date`
|
||||
- composer test
|
||||
post_build:
|
||||
commands:
|
||||
- echo Entered the post_build phase...
|
||||
- echo Build completed on `date`
|
||||
|
Loading…
Reference in New Issue
Block a user