Skip to content
Snippets Groups Projects
Commit fc3f44da authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

Add .gitlab-ci.yml

parent 039b966c
No related branches found
No related tags found
No related merge requests found
Pipeline #
before_script:
- mvn clean
stages:
- build
build:
stage: build
script:
- mvn package
tags:
- maven
artifacts:
paths:
- target/*.jar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment