13
0
geforkt von Mirrors/Velocity

Add steamwarci.yml
Einige Prüfungen sind fehlgeschlagen
SteamWarCI Build failed

Dieser Commit ist enthalten in:
Lixfel 2024-06-16 12:52:43 +02:00
Ursprung 350ea7f31e
Commit 2475572573

9
steamwarci.yml Normale Datei
Datei anzeigen

@ -0,0 +1,9 @@
build:
- "./gradlew build"
- "./gradlew --stop"
artifacts:
"/binarys/velocity.jar": "proxy/build/libs/velocity-proxy-3.3.0-SNAPSHOT-all.jar"
release:
- "mvn deploy:deploy-file -DgroupId=de.steamwar -DartifactId=velocity -Dversion=RELEASE -Dpackaging=jar -Dfile=proxy/build/libs/velocity-proxy-3.3.0-SNAPSHOT-all.jar -Durl=file:///var/www/html/maven/"