Skip to content
Snippets Groups Projects
Verified Commit bfc002a0 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

CI: on macOS, enforce flex and bison from Homebrew

(cherry picked from commit f5760c33)
parent 36bcc50d
No related branches found
No related tags found
No related merge requests found
Pipeline #4662 passed
...@@ -93,7 +93,7 @@ build_macOS: ...@@ -93,7 +93,7 @@ build_macOS:
- macOS - macOS
script: script:
- autoreconf -si - autoreconf -si
- './configure CXX=g++-10 CXXFLAGS=-static-libgcc' - './configure CXX=g++-10 CXXFLAGS=-static-libgcc LEX=/usr/local/opt/flex/bin/flex YACC=/usr/local/opt/bison/bin/bison'
- make -j$(nproc) - make -j$(nproc)
- strip src/dynare_m - strip src/dynare_m
- mkdir -p bin - mkdir -p bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment