Přidat „.gitea/workflows/build.yml“

This commit is contained in:
Radim Lipovčan 2023-11-17 11:21:54 +01:00
parent 2f08c01406
commit 995798530c
1 changed files with 16 additions and 0 deletions

View File

@ -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