mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +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
|
- ninja
|
||||||
- ncurses-dev
|
- ncurses-dev
|
||||||
- pcre2-dev
|
- pcre2-dev
|
||||||
- expect
|
- python3
|
||||||
- python
|
- py-pip
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~faho/fish
|
- https://git.sr.ht/~faho/fish
|
||||||
tasks:
|
tasks:
|
||||||
- build: |
|
- build: |
|
||||||
|
pip3 install pexpect
|
||||||
cd fish
|
cd fish
|
||||||
mkdir build || :
|
mkdir build || :
|
||||||
cd build
|
cd build
|
||||||
|
|
|
@ -2,8 +2,8 @@ image: archlinux
|
||||||
packages:
|
packages:
|
||||||
- cmake
|
- cmake
|
||||||
- ninja
|
- ninja
|
||||||
- expect
|
|
||||||
- python
|
- python
|
||||||
|
- python-pexpect
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~faho/fish
|
- https://git.sr.ht/~faho/fish
|
||||||
tasks:
|
tasks:
|
||||||
|
|
|
@ -3,11 +3,11 @@ packages:
|
||||||
- ncurses
|
- ncurses
|
||||||
- gcc
|
- gcc
|
||||||
- gettext
|
- gettext
|
||||||
- expect
|
|
||||||
- cmake
|
- cmake
|
||||||
- gmake
|
- gmake
|
||||||
- pcre2
|
- pcre2
|
||||||
- python
|
- python
|
||||||
|
- py37-pexpect
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~faho/fish
|
- https://git.sr.ht/~faho/fish
|
||||||
tasks:
|
tasks:
|
||||||
|
|
Loading…
Reference in a new issue