mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:41:08 +08: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
|
@ -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 New Issue
Block a user