7 Commits

Author SHA1 Message Date
7813414618 .drone.yml aktualisiert
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-05 20:20:59 +00:00
75d83f8a80 .drone.yml aktualisiert
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-10-05 20:19:40 +00:00
ce7a2be806 .drone.yml aktualisiert
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/tag Build encountered an error
2023-10-05 20:17:27 +00:00
ebcd126b3f debian/changelog aktualisiert
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-10-05 19:24:36 +00:00
664175b147 .drone.yml aktualisiert 2023-10-05 19:23:06 +00:00
26145037da [CI] Updated Output! 2023-10-04 00:21:33 +00:00
2692746791 [CI] Updated Output!
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-04 00:16:26 +00:00
3 changed files with 16 additions and 32 deletions

View File

@ -6,49 +6,33 @@ name: default
# Debian Package building steps
steps:
- name: debian-package-builder
volumes:
- name: cache
path: /dist
image: debian:bullseye
commands:
- apt-get update
- apt-get install -y debhelper dh-make git
- mkdir -p dist
- dh_builddeb --destdir=dist
- git add dist/*
- git config user.name "Auto Build Commit"
- git config user.email "bot-commit@wagnersnetz.de"
- git commit -m "[CI] Updated Output!"
when:
event:
- push
- commit
exclude:
- message: "*[CI]*"
- name: push-to-build-folder
image: appleboy/drone-git-push
settings:
remote_name: origin
branch: main
local_ref: main
author_name: Bot Commit
author_email: bot-commit@wagnersnetz.de
when:
event:
- push
- commit
exclude:
- message: "*[CI]*"
- apt-get install -y debhelper dh-make
- dh_builddeb --destdir=/dist
- name: attach-to-release
image: plugins/gitea-release
volumes:
- name: build
path: /dist
settings:
api_key:
from_secret: gitea_api_key
base_url: https://git.wagnersnetz.de
files: dist/*
files: /dist/*
target:
repository: Rsclub2_2/win-test-wrapper-beta-test
tag: ${DRONE_TAG}
when:
event:
- tag
- tag
# Volumes for Building
volumes:
- name: build
temp: {}

2
debian/changelog vendored
View File

@ -2,4 +2,4 @@ win-test-wrapper (4.4x.0-recent) UNRELEASED; urgency=low
* Initial release.
-- Philipp Wagner <philipp@wagnersnetz.de> Sat, 30 Sep 2023 03:56:28 +0000
-- DH1AKY <dh1aky@darc.de> Sat, 30 Sep 2023 03:56:28 +0000

Binary file not shown.