4 Commits

Author SHA1 Message Date
947af911fa Merge branch 'vv' of paspo/acf-openpdu into master
Some checks failed
the build failed
2018-08-28 10:59:59 +00:00
d621a86814 latest version
Some checks failed
the build failed
fixed APKBUILD file


fixed APKBUILD

wrong dependencies
version 0.2


version 0.3
2018-08-28 12:55:50 +02:00
de13fc6171 added drone support
All checks were successful
the build was successful
2018-08-27 16:07:17 +00:00
6182c7760a Aggiungi '.drone.yml'
All checks were successful
the build was successful
2018-08-20 09:23:30 +00:00

34
.drone.yml Normal file
View File

@@ -0,0 +1,34 @@
platform: linux/arm
workspace:
base: /home/builder/package
path: /
clone:
default:
image: plugins/git:linux-arm
depth: 50
pipeline:
build:
image: arm32v6/abuild:latest
environment:
- REPODEST=/home/builder/package
secrets:
- source: abuild_ssh_key
target: RSA_PRIVATE_KEY
- source: abuild_ssh_key_name
target: RSA_PRIVATE_KEY_NAME
gitea_release:
image: plugins/gitea-release:linux-arm
files: builder/armhf/*.apk
checksum:
- md5
- sha1
- sha256
- sha512
secrets: [ gitea_token ]
base_url: https://git.asperti.com
when:
event: tag