Skip to content
Snippets Groups Projects
Commit 1bf4c396 authored by Azeem Ahmad's avatar Azeem Ahmad
Browse files

Merge branch 'CI_azeem59' into 'master'

Branch is being created

See merge request !1
parents a1df9888 25f749dc
No related branches found
No related tags found
1 merge request!1Branch is being created
Pipeline #4296 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