Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
preprocessor
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Willi Mutschler
preprocessor
Commits
866b1050
Verified
Commit
866b1050
authored
Oct 16, 2023
by
Willi Mutschler
Browse files
Options
Downloads
Patches
Plain Diff
CI: add job for Homebrew / arm64
backported
ed3a0eb6
parent
b43d105c
No related branches found
No related tags found
No related merge requests found
Pipeline
#9384
failed
Oct 16, 2023
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+15
-2
15 additions, 2 deletions
.gitlab-ci.yml
with
15 additions
and
2 deletions
.gitlab-ci.yml
+
15
−
2
View file @
866b1050
...
...
@@ -48,9 +48,22 @@ build_macos_x86_64:
tags
:
-
macOS
script
:
-
autoreconf -si
-
arch -x86_64 ./configure CC=
gcc-13 CXX=
g++-13 LEX=/usr/local/opt/flex/bin/flex YACC=/usr/local/opt/bison/bin/bison
-
arch -x86_64
autoreconf -si
-
arch -x86_64 ./configure CC=
/usr/local/gcc-13 CXX=/usr/local/
g++-13 LEX=/usr/local/opt/flex/bin/flex YACC=/usr/local/opt/bison/bin/bison
-
arch -x86_64 make -j$(sysctl -n hw.ncpu)
artifacts
:
paths
:
-
src/dynare-preprocessor
build_macos_arm64
:
stage
:
build
tags
:
-
macOS
script
:
-
export PATH="/opt/homebrew/bin:$PATH"
-
arch -arm64 autoreconf -si
-
arch -arm64 ./configure CC=/opt/homebrew/gcc-13 CXX=/opt/homebrew/g++-13 LEX=/opt/homebrew/opt/flex/bin/flex YACC=/opt/homebrew/opt/bison/bin/bison
-
arch -arm64 make -j$(sysctl -n hw.ncpu)
artifacts
:
paths
:
-
src/dynare-preprocessor
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