More dependencies
This commit is contained in:
parent
51b5510669
commit
5b5c49d317
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user