mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 22:14:53 +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
|
- expect
|
||||||
- gettext
|
- gettext
|
||||||
- libncurses5-dev
|
- libncurses5-dev
|
||||||
|
- libpcre2-dev
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages: # Don't use libpcre2-dev here, so that one build uses the vendored code
|
||||||
- expect
|
- expect
|
||||||
- gettext
|
- gettext
|
||||||
- lib32ncurses5-dev
|
- lib32ncurses5-dev
|
||||||
|
@ -32,6 +33,7 @@ matrix:
|
||||||
- gettext
|
- gettext
|
||||||
- libncurses5-dev
|
- libncurses5-dev
|
||||||
- cmake
|
- cmake
|
||||||
|
- libpcre2-dev
|
||||||
env:
|
env:
|
||||||
- USE_CMAKE="1" # Dummy value, shows up in the Travis UI only
|
- USE_CMAKE="1" # Dummy value, shows up in the Travis UI only
|
||||||
script:
|
script:
|
||||||
|
@ -51,6 +53,7 @@ matrix:
|
||||||
- expect
|
- expect
|
||||||
- gettext
|
- gettext
|
||||||
- libncurses5-dev
|
- libncurses5-dev
|
||||||
|
- libpcre2-dev
|
||||||
- os: osx
|
- os: osx
|
||||||
before_install:
|
before_install:
|
||||||
- brew update
|
- brew update
|
||||||
|
|
Loading…
Reference in a new issue