CI: on macOS, enforce flex and bison from Homebrew

issue#70
Sébastien Villemot 2021-01-07 18:35:02 +01:00
parent 6efad1447f
commit f5760c33ea
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -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