Skip to content
Snippets Groups Projects
Commit 2378fc32 authored by Erik Hammarhjelm's avatar Erik Hammarhjelm
Browse files

Merge branch 'newbranch' into 'master'

Newbranch

See merge request !1
parents a1df9888 984ca80c
No related branches found
No related tags found
1 merge request!1Newbranch
Pipeline #77798 failed
image: alash325/javaant:latest
build:
stage: build
script:
- ls
- ant build
artifacts:
when: always
paths:
- ./build
testing:
stage: test
script:
- ant -lib test/lib/junit.jar -Dtest=AllTests testall
artifacts:
when: always
paths:
- ./build/report
reports:
junit: ./build/report/xml/TEST-net.sf.freecol.AllTests.xml
pages:
stage: deploy
script:
- mkdir .public
- cp -r ./build/report/* .public
- mv .public public
artifacts:
paths:
- public
only:
- newbranch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment