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:
Fabian Homborg 2020-06-13 19:36:39 +02:00
parent 87a1e4f8b9
commit 87876f19a7
3 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -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:

View file

@ -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: