mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
try cicule ci
This commit is contained in:
parent
73e4b42df7
commit
2870b6a460
1 changed files with 13 additions and 0 deletions
13
server-ce/circle.yml
Normal file
13
server-ce/circle.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
# 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
|
Loading…
Reference in a new issue