From e3e8cbe30e8598882fc6fa3ab32ff18a03da4a4a Mon Sep 17 00:00:00 2001 From: Nikita Kruglickiy Date: Sat, 16 Mar 2024 21:39:33 +0300 Subject: [PATCH] Build? --- .gitea/workflows/main.yml | 17 +++++++++++++++++ .idea/.idea.test/.idea/.gitignore | 13 +++++++++++++ .idea/.idea.test/.idea/indexLayout.xml | 8 ++++++++ .idea/.idea.test/.idea/vcs.xml | 6 ++++++ 4 files changed, 44 insertions(+) create mode 100644 .gitea/workflows/main.yml create mode 100644 .idea/.idea.test/.idea/.gitignore create mode 100644 .idea/.idea.test/.idea/indexLayout.xml create mode 100644 .idea/.idea.test/.idea/vcs.xml diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml new file mode 100644 index 0000000..93c6cd3 --- /dev/null +++ b/.gitea/workflows/main.yml @@ -0,0 +1,17 @@ +on: + push: + branches: + - main + +jobs: + build: + runs-on: main + steps: + - uses: game-ci/unity-builder@v4 + env: + UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} + UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} + UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} + with: + targetPlatform: StandaloneWindows + - run: ls -la \ No newline at end of file diff --git a/.idea/.idea.test/.idea/.gitignore b/.idea/.idea.test/.idea/.gitignore new file mode 100644 index 0000000..8c3a8e2 --- /dev/null +++ b/.idea/.idea.test/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/projectSettingsUpdater.xml +/contentModel.xml +/modules.xml +/.idea.test.iml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.test/.idea/indexLayout.xml b/.idea/.idea.test/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.test/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.test/.idea/vcs.xml b/.idea/.idea.test/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/.idea.test/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file