tree: 5280941ec759f2c7b628b5ab7c4dd6dd25da37a2 [path history] [tgz]
  1. node/
  2. build.yaml
  3. package-lock.json
  4. package.json
  5. pubspec.lock
  6. pubspec.yaml
  7. README.md
functions/README.md

Cloud Functions for Dart CI

Dart test results are sent to Pub/Sub and stored in Firestore by these functions, written in Dart and compiled to NodeJS.

These functions write to the document collections ‘results’ and ‘commits’ in the projects ‘dart-ci’ and ‘dart-ci-staging’

Installation

pub get
npm install
pub run build_runner build --output=build
firebase -P dart-ci-staging deploy --only functions