Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
40265842
Verified
Commit
40265842
authored
1 year ago
by
Willi Mutschler
Browse files
Options
Downloads
Patches
Plain Diff
CI: add job to create arm64 macOS pkg
Removed cache
parent
10dc4594
No related branches found
No related tags found
1 merge request
!2196
macOS install backports
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+17
-11
17 additions, 11 deletions
.gitlab-ci.yml
with
17 additions
and
11 deletions
.gitlab-ci.yml
+
17
−
11
View file @
40265842
...
...
@@ -100,16 +100,22 @@ pkg_windows:
expire_in
:
3 days
needs
:
[
"
build_doc"
]
pkg_macOS
:
pkg_macOS
_arm64
:
stage
:
pkg
script
:
-
ln -s ~/tarballs macOS/deps/
-
arch -x86_64 make -C macOS
cache
:
key
:
"
$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
-
make -C macOS build-arm64
tags
:
-
macOS
artifacts
:
paths
:
-
macOS/deps/sources64/
-
macOS/deps/lib64/
-
macOS/pkg/*
expire_in
:
3 days
needs
:
[
"
build_doc"
]
pkg_macOS_x86_64
:
stage
:
pkg
script
:
-
make -C macOS build-x86_64
tags
:
-
macOS
artifacts
:
...
...
@@ -230,13 +236,13 @@ deploy_release_stable:
-
pkg_source
-
pkg_windows
-
sign_windows
-
pkg_macOS
-
pkg_macOS
_x86_64
script
:
-
cp *.tar.xz /srv/www.dynare.org/release/source/
-
cp windows/exe-signed/* /srv/www.dynare.org/release/windows/
-
cp windows/7z/* /srv/www.dynare.org/release/windows-7z/
-
cp windows/zip/* /srv/www.dynare.org/release/windows-zip/
-
cp macOS/pkg/* /srv/www.dynare.org/release/macos/
-
cp macOS/pkg/*
-x86_64.pkg
/srv/www.dynare.org/release/macos/
-
~/update-release-list.sh
-
curl -X POST -F token="$WEBSITE_PIPELINE_TRIGGER_TOKEN" -F ref=master https://git.dynare.org/api/v4/projects/40/trigger/pipeline
...
...
@@ -251,11 +257,11 @@ deploy_beta_stable:
dependencies
:
-
pkg_source
-
pkg_windows
-
pkg_macOS
-
pkg_macOS
_x86_64
script
:
-
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/beta/source/
-
cp windows/exe/* /srv/www.dynare.org/beta/windows/
-
cp windows/7z/* /srv/www.dynare.org/beta/windows-7z/
-
cp windows/zip/* /srv/www.dynare.org/beta/windows-zip/
-
cp macOS/pkg/* /srv/www.dynare.org/beta/macos/
-
cp macOS/pkg/*
-x86_64.pkg
/srv/www.dynare.org/beta/macos/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment