mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
13 lines
230 B
YAML
13 lines
230 B
YAML
# circle.yml
|
|
machine:
|
|
services:
|
|
- docker
|
|
|
|
dependencies:
|
|
pre:
|
|
- grunt
|
|
|
|
test:
|
|
post:
|
|
- docker run -d -v --name=sharelatex -p 5000:80 -; sleep 20
|
|
- curl --retry 10 --retry-delay 5 -v http://localhost:5000/status
|