commit 3ee146adacc73b18df0905709c83acdf9d76614b
parent f666f985f9a00afc1b14e0bb081f58b2299e3247
Author: René Wagner <rwagner@rw-net.de>
Date: Fri, 17 Jul 2020 21:41:49 +0200
include makepkg in build
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.build.yml b/.build.yml
@@ -21,5 +21,8 @@ tasks:
/usr/bin/vendor_perl/pp -z 9 -f Bleach -o bin/sposc silkypix_orphaned_sidecar_cleaner.pl
/usr/bin/vendor_perl/pp -z 9 -f Bleach -o bin/spmvsc silkypix_multiversion_sidecar_cleaner.pl
- package: |
- cd photo-helpers/bin
+ cd photo-helpers
+ makepkg
+ cd bin
tar -czf ../snapshot_linux_amd64.tgz *
+