Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Johannes Pfeifer
dynare
Commits
367daa86
Unverified
Commit
367daa86
authored
Jul 29, 2020
by
Sébastien Villemot
Browse files
CI: switch to new code signing certificate for Windows
parent
579fb9e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
367daa86
...
...
@@ -211,7 +211,7 @@ deploy_snapshot_enterprise:
-
pkg_windows
-
pkg_macOS
script
:
-
f=(windows/exe/*) && osslsigncode sign -pkcs12 ~/
dynare-object
-signing.p12 -n Dynare -i https://www.dynare.org -t http://timestamp.
digicert
.com -in ${f[0]} -out ${f[0]}.signed && mv ${f[0]}.signed ${f[0]}
-
f=(windows/exe/*) && osslsigncode sign -pkcs12 ~/
cepremap-comodo-sectigo-code
-signing.p12 -n Dynare -i https://www.dynare.org -t http://timestamp.
comodoca
.com -in ${f[0]} -out ${f[0]}.signed && mv ${f[0]}.signed ${f[0]}
-
cp *.tar.xz /srv/www.dynare.org/snapshot_ecb/source/ && ln -sf *.tar.xz /srv/www.dynare.org/snapshot_ecb/source/dynare-latest-src.tar.xz
-
f=(windows/exe/*) && cp ${f[0]} /srv/www.dynare.org/snapshot_ecb/windows/ && ln -sf ${f[0]##*/} /srv/www.dynare.org/snapshot_ecb/windows/dynare-latest-win.exe
-
f=(windows/7z/*) && cp ${f[0]} /srv/www.dynare.org/snapshot_ecb/windows-7z/ && ln -sf ${f[0]##*/} /srv/www.dynare.org/snapshot_ecb/windows-7z/dynare-latest-win.7z
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment