mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
srht builds: Switch to pexpect
Alpine uses pip, also needs an explicit "python3" now. FreeBSD requires an explicit "py37" apparently. Blergh.
This commit is contained in:
parent
87a1e4f8b9
commit
87876f19a7
3 changed files with 5 additions and 4 deletions
|
@ -4,12 +4,13 @@ packages:
|
|||
- ninja
|
||||
- ncurses-dev
|
||||
- pcre2-dev
|
||||
- expect
|
||||
- python
|
||||
- python3
|
||||
- py-pip
|
||||
sources:
|
||||
- https://git.sr.ht/~faho/fish
|
||||
tasks:
|
||||
- build: |
|
||||
pip3 install pexpect
|
||||
cd fish
|
||||
mkdir build || :
|
||||
cd build
|
||||
|
|
|
@ -2,8 +2,8 @@ image: archlinux
|
|||
packages:
|
||||
- cmake
|
||||
- ninja
|
||||
- expect
|
||||
- python
|
||||
- python-pexpect
|
||||
sources:
|
||||
- https://git.sr.ht/~faho/fish
|
||||
tasks:
|
||||
|
|
|
@ -3,11 +3,11 @@ packages:
|
|||
- ncurses
|
||||
- gcc
|
||||
- gettext
|
||||
- expect
|
||||
- cmake
|
||||
- gmake
|
||||
- pcre2
|
||||
- python
|
||||
- py37-pexpect
|
||||
sources:
|
||||
- https://git.sr.ht/~faho/fish
|
||||
tasks:
|
||||
|
|
Loading…
Reference in a new issue