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 - ncurses-dev
- pcre2-dev - pcre2-dev
- expect - expect
- python
sources: sources:
- https://git.sr.ht/~faho/fish - https://git.sr.ht/~faho/fish
tasks: tasks:

View File

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

View File

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

View File

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