Skip to content
Snippets Groups Projects
Commit d7eb3d3e authored by Styrbjörn Swensson's avatar Styrbjörn Swensson
Browse files

added test stage

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