build packages

This commit is contained in:
core 2023-06-27 08:56:08 -04:00
parent 833940ce46
commit 639b841e08
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 6 additions and 4 deletions

View File

@ -7,6 +7,8 @@ sources:
- https://git.e3t.cc/~core/trifid
tasks:
- archive: |
cd /home/build/trifid
describe=$(git describe)
if [[ $describe == tfclient* ]]; then
project=tfclient
@ -22,7 +24,7 @@ tasks:
echo "project=$project" >> ~/.buildenv
echo "pkgver=$pkgver" >> ~/.buildenv
git archive -o /home/build/trifid/$project/$project-$pkgver.tar.gz --prefix=$project-$pkgver/ HEAD
echo "$project-$pkgver"
- build: |
cd /home/build/trifid/packages/void_amd64_$project
./build.sh
sha256sum *.xbps