From 0b404e72ffb274dc0b4969ce82ac4af4ba9a532b Mon Sep 17 00:00:00 2001 From: Lixfel Date: Sat, 8 Jan 2022 08:10:51 +0100 Subject: [PATCH] New CI --- 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..b846c29 --- /dev/null +++ b/steamwarci.yml @@ -0,0 +1,6 @@ +build: + - "ln -s /home/gitea/lib" + - "mvn package -B" + +artifacts: + "/binarys/bausystem.jar": "BauSystem_Main/target/bausystem.jar"