Files
myhealth/.gitlab-ci.yml
2019-11-26 08:34:07 +01:00

22 lines
298 B
YAML

image: openjdk:8
before_script:
#- apt-get update
#- apt-get -y install ant
stages:
- build
- test
ci_build:
stage: build
script:
- cd 1.sources/MyHealth
- ant clean
- ant all
ci_test:
stage: test
script:
- cd 1.sources/MyHealth
- ant clean all TestUnitarios