Skip to content
Snippets Groups Projects
Commit 8fdd4714 authored by Gustav Jacobsson's avatar Gustav Jacobsson
Browse files

yaml

parent a1df9888
No related branches found
No related tags found
No related merge requests found
Pipeline #105100 failed
image: alash325/javaant:latest
stages:
- build
- test
build:
stage: build
script:
- ant build
test:
stage: test
script:
- ant -lib test/lib/junit.jar -Dtest=AllTests testall
artifacts:
paths:
- ./build/report/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment