This commit is contained in:
13
.gitea/workflows/build.yml
Normal file
13
.gitea/workflows/build.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: Build Detektor binarie
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ dev ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build_macos:
|
||||||
|
runs-on: macos
|
||||||
|
steps:
|
||||||
|
|
||||||
|
- name: Hello
|
||||||
|
run: echo "Hello, this is MacOS builder"
|
||||||
Reference in New Issue
Block a user