-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcircle.yml
47 lines (39 loc) · 1.52 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
41
42
43
44
45
46
47
general:
branches:
ignore:
- gh-pages
machine:
environment:
LISP: sbcl-bin
PATH: ~/.roswell/bin:$PATH
COVERALLS: true
COVERAGE_EXCLUDE: t
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/Rudolph-Miller/roswell-scripts ~/lisp/roswell-scripts
- cd ~/lisp/roswell-scripts/roswell && ros install gendoc && ros install gh-pages
- git clone https://github.com/Rudolph-Miller/cl-annot-prove ~/lisp/cl-annot-prove
- ros -l ~/lisp/cl-annot-prove/cl-annot-prove.asd install cl-annot-prove
- git clone https://github.com/Rudolph-Miller/jonathan ~/lisp/jonathan
- git clone https://github.com/fukamachi/dexador ~/lisp/dexador
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