more testing

This commit is contained in:
davidnewhall2 2019-12-05 00:11:07 -08:00
parent e247690f56
commit b0252c6abc
1 changed files with 4 additions and 3 deletions

View File

@ -13,6 +13,7 @@ addons:
- fakeroot
- zip
- debsigs
- gnupg
go:
- 1.12.x
services:
@ -33,9 +34,9 @@ before_script:
- tar -xf .secret-files.tar
- gpg --import gpg.signing.key
- rm -f gpg.signing.key .secret-files.tar
- echo "%no-protection" > ~/.rpmmacros
- echo "%no-ask-passphrase" >> ~/.rpmmacros
- echo "" >> ~/.rpmmacros
- mkdir -p ~/.gnupg
- echo "%no-protection" > ~/.gnupg/gpg.conf
- echo "%no-ask-passphrase" >> ~/.gnupg/gpg.conf
- source .metadata.sh
- make vendor
script: