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
Pipeline #4685 passed
......@@ -93,7 +93,7 @@ build_macOS:
- macOS
script:
- 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)
- strip src/dynare-preprocessor
- mkdir -p bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment