mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
travis: build bundled PCRE2 less often
This commit is contained in:
parent
aaa6cf4492
commit
191e6679b3
1 changed files with 4 additions and 1 deletions
|
@ -12,11 +12,12 @@ matrix:
|
|||
- expect
|
||||
- gettext
|
||||
- libncurses5-dev
|
||||
- libpcre2-dev
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
packages: # Don't use libpcre2-dev here, so that one build uses the vendored code
|
||||
- expect
|
||||
- gettext
|
||||
- lib32ncurses5-dev
|
||||
|
@ -32,6 +33,7 @@ matrix:
|
|||
- gettext
|
||||
- libncurses5-dev
|
||||
- cmake
|
||||
- libpcre2-dev
|
||||
env:
|
||||
- USE_CMAKE="1" # Dummy value, shows up in the Travis UI only
|
||||
script:
|
||||
|
@ -51,6 +53,7 @@ matrix:
|
|||
- expect
|
||||
- gettext
|
||||
- libncurses5-dev
|
||||
- libpcre2-dev
|
||||
- os: osx
|
||||
before_install:
|
||||
- brew update
|
||||
|
|
Loading…
Reference in a new issue