More dependencies

This commit is contained in:
Kovid Goyal 2019-01-25 14:45:35 +05:30
parent 51b5510669
commit 5b5c49d317
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 4 additions and 1 deletions

View File

@ -9,6 +9,9 @@ jobs:
- run: python3 -m flake8 --count . - run: python3 -m flake8 --count .
- run: python3 setup.py build --debug --verbose - run: python3 setup.py build --debug --verbose
- run: python3 test.py - run: python3 test.py
- run: make FAIL_WARN=-W man
- run: make FAIL_WARN=-W html
- run: python3 setup.py linux-package
workflows: workflows:
version: 2 version: 2

View File

@ -1,6 +1,6 @@
FROM ubuntu:latest FROM ubuntu:latest
RUN apt-get update && apt-get install -y libgl1-mesa-dev libxi-dev libxrandr-dev libxinerama-dev libxcursor-dev libxcb-xkb-dev libdbus-1-dev libxkbcommon-dev libharfbuzz-dev libpng-dev python3 python3-flake8 python3-pip python3-pil clang git openssh-client RUN apt-get update && apt-get install -y libgl1-mesa-dev libxi-dev libxrandr-dev libxinerama-dev libxcursor-dev libxcb-xkb-dev libdbus-1-dev libxkbcommon-dev libharfbuzz-dev libpng-dev libfontconfig-dev libpython3-dev libxkbcommon-x11-dev python3 python3-flake8 python3-pip python3-pil clang git openssh-client make-guile
RUN pip3 install sphinx RUN pip3 install sphinx