Skip to content
Snippets Groups Projects
Commit e3acd6dc authored by Ali Shahrose's avatar Ali Shahrose
Browse files

Merge branch 'CI_talta651' into 'master'

CI Added

See merge request !1
parents a1df9888 908dd7ba
No related branches found
No related tags found
1 merge request!1CI Added
Pipeline #53842 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/
deploy:
stage: deploy
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