Explorar el Código

Add CircleCI config

master
Chris Smith hace 8 años
padre
commit
426728fdaf
Se han modificado 1 ficheros con 15 adiciones y 0 borrados
  1. 15
    0
      circle.yml

+ 15
- 0
circle.yml Ver fichero

@@ -0,0 +1,15 @@
1
+---
2
+machine:
3
+  services:
4
+    - docker
5
+
6
+dependencies:
7
+  override:
8
+    - docker info
9
+    - docker build -t csmith/service-reporter-lib:dev .
10
+    - docker build -t csmith/service-reporter-lib-test:dev test
11
+
12
+test:
13
+  override:
14
+    - docker run -it csmith/service-reporter-lib-test:dev
15
+

Loading…
Cancelar
Guardar