Add Concourse CI configs

This commit is contained in:
Brad Ison 2017-02-02 17:11:12 -05:00
parent 5a06530b43
commit 66c8153d72
7 changed files with 272 additions and 0 deletions

14
ci/tasks/karma.yaml Normal file
View file

@ -0,0 +1,14 @@
---
platform: linux
inputs:
- name: quay-pull-request
run:
path: /bin/sh
args:
- -c
- |
set -eux
cd quay-pull-request
npm install
npm link typescript
npm test