mirror of
https://github.com/songoda/EpicFarming.git
synced 2024-11-30 14:33:28 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
4fabab47e2
commit
b866e6fdd5
@ -1,12 +1,21 @@
|
||||
stages:
|
||||
- build
|
||||
|
||||
variables:
|
||||
name: "EpicFarming"
|
||||
path: "/builds/Songoda/$name"
|
||||
version: "2.0.17"
|
||||
|
||||
build:
|
||||
stage: build
|
||||
image: maven:3.3.9-jdk-8
|
||||
script: "mvn clean package"
|
||||
image: maven:3.5.3-jdk-8
|
||||
script:
|
||||
- find $path/ -type f -name "*.xml" -print0 | xargs -0 sed -i -e s/maven-version-number/$version/g
|
||||
- mvn clean package
|
||||
- find $path/$name-Plugin/ -depth -path '*original*' -delete
|
||||
- mv -v $path/$name-Plugin/target/*.jar $path
|
||||
artifacts:
|
||||
name: "EpicFarming"
|
||||
name: $name-$version
|
||||
paths:
|
||||
- "$CI_PROJECT_DIR/target/*.jar"
|
||||
- "$CI_PROJECT_DIR/Read_this_before_your_first_use.txt"
|
||||
- "$path/*.jar"
|
||||
- "$path/Read_this_before_your_first_use.txt"
|
||||
|
Loading…
Reference in New Issue
Block a user