macOS: use GCC 10 for building, since GCC 9 is no longer in Homebrew

issue#70
Sébastien Villemot 2020-09-01 14:30:22 +02:00
parent c6ad212c8a
commit 64ebb36290
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++-9 CXXFLAGS=-static-libgcc'
- './configure CXX=g++-10 CXXFLAGS=-static-libgcc'
- make -j$(nproc)
- strip src/dynare_m
- mkdir -p bin