CI: Add python dependencies

Littlecheck needs it.
This commit is contained in:
Fabian Homborg 2019-06-25 19:17:53 +02:00
parent 1bba77e485
commit 7778e62bd7
4 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,7 @@ packages:
- ncurses-dev
- pcre2-dev
- expect
- python
sources:
- https://git.sr.ht/~faho/fish
tasks:

View File

@ -3,6 +3,7 @@ packages:
- cmake
- ninja
- expect
- python
sources:
- https://git.sr.ht/~faho/fish
tasks:

View File

@ -7,6 +7,7 @@ packages:
- cmake
- gmake
- pcre2
- python
sources:
- https://git.sr.ht/~faho/fish
tasks:

View File

@ -13,6 +13,7 @@ matrix:
- gettext
- libncurses5-dev
- libpcre2-dev
- python
env:
- CXXFLAGS="-g -O2 -Werror=address"
- os: linux
@ -24,6 +25,7 @@ matrix:
- gettext
- lib32ncurses5-dev
- g++-multilib
- python
env:
- CXXFLAGS="-g -O2 -m32 -Werror=address" CFLAGS="-g -m32"
- os: linux
@ -39,6 +41,7 @@ matrix:
- gettext
- libncurses5-dev
- libpcre2-dev
- python
- os: osx
before_install:
- brew update