Compare commits
10 Commits
0.0.0.1
...
c271b864a7
Author | SHA1 | Date | |
---|---|---|---|
c271b864a7 | |||
d078f3ab9a | |||
9704ed3ea0 | |||
783852f2b6 | |||
e8c2aaf17f | |||
722e981932 | |||
b8b8814aa8 | |||
aabacf9984 | |||
280a344c78 | |||
36d8eb73d4 |
31
.drone.yml
31
.drone.yml
@ -7,24 +7,37 @@ name: default
|
||||
steps:
|
||||
- name: debian-package-builder
|
||||
image: debian:bullseye
|
||||
volumes:
|
||||
- name: builded-files
|
||||
path: /output_build
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get install -y debhelper dh-make
|
||||
- dh_builddeb --destdir=/output_build
|
||||
- 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 "Updated Output!"
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- commit
|
||||
- name: push-to-build-folder
|
||||
image: appleboy/drone-git-push
|
||||
settings:
|
||||
remote_name: origin
|
||||
branch: main
|
||||
local_ref: main
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- commit
|
||||
|
||||
- name: attach-to-release
|
||||
image: plugins/gitea-release
|
||||
volumes:
|
||||
- name: builded-files
|
||||
path: /output_build
|
||||
settings:
|
||||
api_key:
|
||||
from_secret: gitea_api_key
|
||||
base_url: https://git.wagnersnetz.de
|
||||
files: /build/*
|
||||
files: dist/*
|
||||
target:
|
||||
repository: Rsclub2_2/win-test-wrapper-beta-test
|
||||
tag: ${DRONE_TAG}
|
||||
|
BIN
dist/win-test-wrapper_4.4x.0-recent_all.deb
vendored
Normal file
BIN
dist/win-test-wrapper_4.4x.0-recent_all.deb
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user