Přidat „.gitea/workflows/build.yml“
This commit is contained in:
parent
2f08c01406
commit
995798530c
16
.gitea/workflows/build.yml
Normal file
16
.gitea/workflows/build.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user