From 995798530cf87727a0879afd596ba41deb25a81b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Fri, 17 Nov 2023 11:21:54 +0100 Subject: [PATCH] =?UTF-8?q?P=C5=99idat=20=E2=80=9E.gitea/workflows/build.y?= =?UTF-8?q?ml=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitea/workflows/build.yml diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml new file mode 100644 index 0000000..f08503d --- /dev/null +++ b/.gitea/workflows/build.yml @@ -0,0 +1,16 @@ +name: Build ts3proxy +run-name: Build ts3proxy docker image +on: [push] +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-22.04 + steps: + - name: Prepare | Setup git + run: | + git config --global user.name "Radim LipovĨan" + git config --global user.email "radim@lipovcan.cz" + - name: Build | Clone repository + run: | + git clone https://github.com/Kandru/ts3proxy.git + cd ts3proxy + ls -lah \ No newline at end of file