Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Nov 26, 2016
1 parent b2f27b3 commit 80c46d5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
machine:
python:
version: 2.7.6
ruby:
version: 2.2.3
environment:
GOPATH: "${HOME}/${CIRCLE_PROJECT_REPONAME}/.go_workspace"
mmark_src: github.com/miekg/mmark/mmark
mmark: ./mmark

checkout:
post:
- git fetch origin gh-pages --depth 10
- git fetch origin gh-pages --depth 8

dependencies:
pre:
- pip install xml2rfc
- gem install kramdown-rfc2629
- if head -1 -q *.md | grep '^\-\-\-' >/dev/null 2>&1; then gem install --no-doc kramdown-rfc2629; fi
- if head -1 -q *.md | grep '^%%%' >/dev/null 2>&1; then go get "$mmark_src" && go build "$mmark_src"; fi

test:
override:
Expand Down

0 comments on commit 80c46d5

Please sign in to comment.