build packages
This commit is contained in:
parent
833940ce46
commit
639b841e08
|
@ -7,6 +7,8 @@ sources:
|
||||||
- https://git.e3t.cc/~core/trifid
|
- https://git.e3t.cc/~core/trifid
|
||||||
tasks:
|
tasks:
|
||||||
- archive: |
|
- archive: |
|
||||||
|
cd /home/build/trifid
|
||||||
|
|
||||||
describe=$(git describe)
|
describe=$(git describe)
|
||||||
if [[ $describe == tfclient* ]]; then
|
if [[ $describe == tfclient* ]]; then
|
||||||
project=tfclient
|
project=tfclient
|
||||||
|
@ -22,7 +24,7 @@ tasks:
|
||||||
|
|
||||||
echo "project=$project" >> ~/.buildenv
|
echo "project=$project" >> ~/.buildenv
|
||||||
echo "pkgver=$pkgver" >> ~/.buildenv
|
echo "pkgver=$pkgver" >> ~/.buildenv
|
||||||
|
- build: |
|
||||||
git archive -o /home/build/trifid/$project/$project-$pkgver.tar.gz --prefix=$project-$pkgver/ HEAD
|
cd /home/build/trifid/packages/void_amd64_$project
|
||||||
|
./build.sh
|
||||||
echo "$project-$pkgver"
|
sha256sum *.xbps
|
||||||
|
|
Loading…
Reference in New Issue