Archived
Private
Public Access
1
0
This repository has been archived on 2026-02-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ProjectBackup/Plugins/Old/Clym-Arena/.gitlab-ci.yml
2022-09-04 12:45:01 +02:00

21 lines
282 B
YAML

stages:
- build
cache:
paths:
- .m2/repository
variables:
MAVEN_OPTS: "-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository"
build:
stage: build
image: maven
script:
- mvn clean install
only:
- master
artifacts:
paths:
- ./target/arena-1.0.jar