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

CI: on macOS, enforce flex and bison from Homebrew

parent 6efad144
No related branches found
No related tags found
No related merge requests found
...@@ -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-preprocessor - strip src/dynare-preprocessor
- 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