CI: sign snapshot with SSL certificate

time-shift
Sébastien Villemot 2019-09-11 17:10:45 +02:00
parent a3ee1ac62e
commit e078257d79
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ deploy_snapshot_unstable:
- pkg_source
- pkg_windows
script:
- f=windows/exe/* && osslsigncode sign -pkcs12 ~/dynare-object-signing.p12 -n Dynare -i https://www.dynare.org -in $f -out $f.signed && mv $f.signed $f
- cp *.tar.xz /srv/www.dynare.org/snapshot/source/ && ln -sf *.tar.xz /srv/www.dynare.org/snapshot/source/dynare-latest-src.tar.xz
- f=windows/exe/* && cp $f /srv/www.dynare.org/snapshot/windows/ && ln -sf ${f##*/} /srv/www.dynare.org/snapshot/windows/dynare-latest-win.exe
- f=windows/zip/* && cp $f /srv/www.dynare.org/snapshot/windows-zip/ && ln -sf ${f##*/} /srv/www.dynare.org/snapshot/windows-zip/dynare-latest-win.zip