Skip to content
Snippets Groups Projects
Commit 9614c7ff authored by Martin Forsberg's avatar Martin Forsberg
Browse files

Merge branch 'master' into 'master'

Master

See merge request !1
parents a1df9888 aae4dd2c
No related branches found
No related tags found
1 merge request!1Master
Pipeline #77851 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/
pages:
stage: deploy
script:
- mv ./build/report public
artifacts:
paths:
- public
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment