Start work on CircleCI integration
CircleCI is nicer than Travis since it allows using custom docker images transparently, greatly simplifying dependency management.
This commit is contained in:
parent
a1f454937c
commit
d37e815f13
6
.circleci/images/Dockerfile
Normal file
6
.circleci/images/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM ubuntu:bionic
|
||||
|
||||
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
|
||||
|
||||
LABEL com.circleci.preserve-entrypoint=true
|
||||
ENTRYPOINT python -c "import time; time.sleep(100000)"
|
||||
Loading…
x
Reference in New Issue
Block a user