From 55bd4bc9d3b2951f412a3b47ab657fb11ce6f043 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Sat, 25 Oct 2025 12:56:37 +0200 Subject: [PATCH] Add-CI --- .idea/copilot.data.migration.agent.xml | 6 ++++++ .idea/git_toolbox_prj.xml | 15 +++++++++++++++ steamwarci.yml | 6 ++++++ 3 files changed, 27 insertions(+) create mode 100644 .idea/copilot.data.migration.agent.xml create mode 100644 .idea/git_toolbox_prj.xml create mode 100644 steamwarci.yml diff --git a/.idea/copilot.data.migration.agent.xml b/.idea/copilot.data.migration.agent.xml new file mode 100644 index 0000000..4ea72a9 --- /dev/null +++ b/.idea/copilot.data.migration.agent.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/git_toolbox_prj.xml b/.idea/git_toolbox_prj.xml new file mode 100644 index 0000000..02b915b --- /dev/null +++ b/.idea/git_toolbox_prj.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file diff --git a/steamwarci.yml b/steamwarci.yml new file mode 100644 index 0000000..8ff0c78 --- /dev/null +++ b/steamwarci.yml @@ -0,0 +1,6 @@ +build: + - "./gradlew installDist --no-daemon" + +release: + - "rm -r /jars/sw" + - "cp -r build/install/sw /jars" \ No newline at end of file