Commit 73a9f033 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

added CI/CD

parent 7381f4c9
Pipeline #252 failed with stage
in 1 minute and 31 seconds
image: openjdk:8-jdk
develop:
script:
- curl -L -o saref-pipeline.jar "https://gitlab.emse.fr/saref/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build"
- java -jar saref-pipeline.jar develop -s
except:
- /^prerelease-v/
- /^release-v/
artifacts:
when: always
paths:
- target/site
- target/report_output.xml
reports:
junit: target/report_output.xml
release:
script:
- curl -L -o saref-pipeline.jar "https://gitlab.emse.fr/saref/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build"
- java -jar saref-pipeline.jar release
only:
- /^prerelease-v/
- /^release-v/
artifacts:
when: always
paths:
- target/site
- target/report_output.xml
reports:
junit: target/report_output.xml
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment