forked from rudolph-miller/jonathan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcircle.yml
40 lines (34 loc) · 1.17 KB
/
circle.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
general:
branches:
ignore:
- gh-pages
machine:
environment:
LISP: sbcl-bin
PATH: ~/.roswell/bin:$PATH
dependencies:
pre:
- curl -L https://raw.githubusercontent.com/snmsts/roswell/master/scripts/install-for-ci.sh | sh
- ros run -- --version
- git clone https://github.com/CommonDoc/common-html ~/lisp/common-html
- git clone https://github.com/eudoxia0/docparser ~/lisp/docparser
- git clone https://github.com/CommonDoc/codex ~/lisp/codex
- git clone https://github.com/CommonDoc/common-doc ~/lisp/common-doc
- git clone https://github.com/CommonDoc/pandocl ~/lisp/pandocl
- git clone https://github.com/CommonDoc/parenml ~/lisp/parenml
- git clone https://github.com/AccelerationNet/access ~/lisp/access
- ros install Rudolph-Miller/roswell-scripts
- ros install Rudolph-Miller/cl-annot-prove
cache_directories:
- ~/.roswell
test:
override:
- ros run -- --version
- run-annot-prove -p *-test.asd
deployment:
deployment:
branch: master
commands:
- git config --global user.name "Rudolph-Miller"
- git config --global user.email "[email protected]"
- gh-pages