tree: a814a707aea3daa7fe3cf36bf6caeea46b9bfb22 [path history] [tgz]
  1. node/
  2. build.yaml
  3. package.json
  4. pubspec.lock
  5. pubspec.yaml
  6. 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

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