Create basic.tar as part of build-all
This commit is contained in:
parent
ab62d9bafc
commit
58dc418e87
@ -3,6 +3,10 @@ set -ev
|
||||
|
||||
cd $(realpath $(dirname "${0}"))
|
||||
|
||||
# Build basic.tar
|
||||
cd ../basic
|
||||
tar cpf /srv/build/basic.tar *
|
||||
|
||||
# Build native apps
|
||||
cd ../app-acme-sh
|
||||
abuild -F
|
||||
|
Loading…
Reference in New Issue
Block a user