Skip to content
Snippets Groups Projects
Commit 1f5eefe4 authored by Joel Nilsson's avatar Joel Nilsson
Browse files

added yml file

parent a1df9888
No related branches found
No related tags found
2 merge requests!2pipelineNewbranch1,!1Merge new pipeline changes
Pipeline #78681 failed
image: alash325/javaant:latest
stages:
- build
- test
- deploy
build:
stage: build
script:
- ant build
test:
stage: test
script:
- ant -lib test/lib/junit.jar -Dtest=AllTests testall
artifacts:
paths:
- ./build/report/
reports:
junit:
- ./build/report/xml/TEST-*.*
pages:
stage: deploy
dependencies:
- test
script:
- mv ./build/report/ public/
artifacts:
paths:
- public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment