mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 12:24:09 +00:00
Add .gitlab-ci.yml
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
before_script:
|
||||
- bash .gitlab-ci.sh
|
||||
stages:
|
||||
- testing
|
||||
- staging
|
||||
variables:
|
||||
MYSQL_DATABASE: default
|
||||
MYSQL_USER: default
|
||||
MYSQL_PASSWORD: secret
|
||||
MYSQL_ROOT_PASSWORD: root
|
||||
unitTesting:
|
||||
stage: testing
|
||||
image: php:7.0.13
|
||||
services:
|
||||
- mysql:5.7
|
||||
script:
|
||||
- vendor/bin/phpunit --coverage-text --colors=never --configuration phpunit.xml
|
||||
Reference in New Issue
Block a user