We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5935e2 + 7aceac9 commit 56564aeCopy full SHA for 56564ae
README.rst
@@ -4,6 +4,8 @@ The Open-PSA Model Exchange Format
4
5
.. image:: https://travis-ci.org/open-psa/mef.svg?branch=master
6
:target: https://travis-ci.org/open-psa/mef
7
+.. image:: https://circleci.com/gh/open-psa/mef/tree/master.svg?style=svg
8
+ :target: https://circleci.com/gh/open-psa/mef/tree/master
9
10
|
11
circle.yml
@@ -0,0 +1,20 @@
1
+machine:
2
+ services:
3
+ - docker
+
+checkout:
+ post:
+ - git fetch --depth=1000
+dependencies:
+ override:
+ - docker build -t mef/make .
12
13
+test:
14
15
+ - docker run mef/make
16
+ - docker cp $(docker ps -alq):mef/build/html ./
17
18
+general:
19
+ artifacts:
20
+ - html
0 commit comments