Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
24
.woodpecker.yaml
Normal file
24
.woodpecker.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
steps:
|
||||
- name: Push pipewire-jack-library
|
||||
image: gitea.badhouseplants.net/badhouseplants/container-builder:latest
|
||||
environment:
|
||||
CONAN_PASSWORD:
|
||||
from_secret: GITEA_PACKAGE_TOKEN
|
||||
CONAN_LOGIN_USERNAME: devops-bot
|
||||
commands:
|
||||
- conan build pipewire-jack-devel
|
||||
- conan create pipewire-jack-devel
|
||||
- conan remote add gitea https://gitea.badhouseplants.net/api/packages/badhouseplants/conan
|
||||
- conan remote auth gitea
|
||||
- conan upload --remote=gitea "${CI_REPO_NAME}"
|
||||
backend_options:
|
||||
kubernetes:
|
||||
resources:
|
||||
requests:
|
||||
memory: 700Mi
|
||||
cpu: 1000m
|
||||
limits:
|
||||
cpu: 1000m
|
||||
Reference in New Issue
Block a user