mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 18:22:09 +02:00
Install sphinx on CircleCI
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
version: 2.0
|
version: 2
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
linux-system-python:
|
||||||
docker:
|
docker:
|
||||||
- image: kovidgoyal/kitty-test:latest
|
- image: kovidgoyal/kitty-test:latest
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: echo "A first hello"
|
|
||||||
- run: if grep -Inr '\s$' kitty kitty_tests kittens docs *.py *.asciidoc *.rst .gitattributes .gitignore; then echo Trailing whitespace found, aborting.; exit 1; fi
|
- run: if grep -Inr '\s$' kitty kitty_tests kittens docs *.py *.asciidoc *.rst .gitattributes .gitignore; then echo Trailing whitespace found, aborting.; exit 1; fi
|
||||||
|
- run: flake8 --count .
|
||||||
|
|||||||
@@ -2,5 +2,7 @@ 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 python3 python3-flake8 python3-pip
|
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 python3 python3-flake8 python3-pip
|
||||||
|
|
||||||
|
RUN pip3 install sphinx
|
||||||
|
|
||||||
LABEL com.circleci.preserve-entrypoint=true
|
LABEL com.circleci.preserve-entrypoint=true
|
||||||
ENTRYPOINT sleep 2h
|
ENTRYPOINT sleep 2h
|
||||||
|
|||||||
Reference in New Issue
Block a user