This commit is contained in:
William Lachance 2020-09-17 16:35:37 -04:00 коммит произвёл GitHub
Родитель b790f8b396
Коммит f2b8163c00
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 12 добавлений и 0 удалений

9
.circleci/config.yml Normal file
Просмотреть файл

@ -0,0 +1,9 @@
version: 2
jobs:
build:
docker:
- image: circleci/golang:1.15.2
working_directory: /go/src/github.com/mozilla/protodash
steps:
- checkout
- run: go build -o protodash

Просмотреть файл

@ -1,3 +1,6 @@
[![CircleCI](https://circleci.com/gh/mozilla/protodash.svg?style=shield&circle-token=742fb1108f7e6e5a28c11d43b21f62605037f5a4)](https://circleci.com/gh/mozilla/protodash)
# ProtoDash
ProtoDash is a tool to aid the rapid development of prototype dashboards and enable data engineering and data science to deploy static sites without the need to engage with ops.