From 9c2a854a14ec4df58741c2070cb0e466350f2087 Mon Sep 17 00:00:00 2001 From: Lixfel Date: Mon, 27 Sep 2021 17:01:18 +0200 Subject: [PATCH] SteamWarCI Signed-off-by: Lixfel --- steamwarci.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 steamwarci.yml diff --git a/steamwarci.yml b/steamwarci.yml new file mode 100644 index 0000000..a48cedd --- /dev/null +++ b/steamwarci.yml @@ -0,0 +1,6 @@ +build: + - "ln -s /home/gitea/lib" + - "mvn package -B" + +artifacts: + "/binarys/fightsystem.jar": "FightSystem_Main/target/fightsystem.jar"