build packages
This commit is contained in:
parent
833940ce46
commit
639b841e08
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue