Closed EpicEric closed 7 years ago
When running tests on a library with use "regex", they may pass locally if the library is installed, but fail on Travis in the linking step due to "undefined references to pcre2".
use "regex"
Example.
Telling the bash script to always download and build PCRE2 fixes this issue.
Thanks @EpicEric. I changed this slightly before commiting.
When running tests on a library with
use "regex"
, they may pass locally if the library is installed, but fail on Travis in the linking step due to "undefined references to pcre2".Example.
Telling the bash script to always download and build PCRE2 fixes this issue.