mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
travis: build bundled PCRE2 less often
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user