aswi2020sebela-gitlab/.gitlab-ci.yml @ 59edbad2
1 |
image: php:7.2-alpine |
---|---|
2 |
|
3 |
stages: |
4 |
- test |
5 |
|
6 |
before_script: |
7 |
- apk update |
8 |
- apk upgrade |
9 |
|
10 |
unit_tests: |
11 |
stage: test |
12 |
script: |
13 |
- apk add composer |
14 |
- cd website |
15 |
- composer require --dev symfony/phpunit-bridge |
16 |
- ls bin/ |
17 |
- php bin/phpunit |