Add steamwarci.yml

This commit is contained in:
yoyosource
2022-06-04 21:27:12 +02:00
parent afeb4c3d45
commit da3231771a
2 changed files with 9 additions and 1 deletions

View File

@ -3,7 +3,7 @@ plugins {
} }
group = 'de.steamwar' group = 'de.steamwar'
version = '1.0-SNAPSHOT' version = ''
sourceCompatibility = 11 sourceCompatibility = 11
targetCompatibility = 11 targetCompatibility = 11

8
steamwarci.yml Normal file
View File

@ -0,0 +1,8 @@
build:
- "ln -s /home/gitea/lib"
- "cp ~/gradle.properties ."
- "chmod u+x build.gradle"
- "./gradlew buildProject"
artifacts:
"/binarys/TeamserverBungee.jar": "build/libs/SteamWarBungeeTeamserver.jar"