Skip to content

tobiipro/support-firecloud

Repository files navigation

This has been DEPRECATED; use build-support in new projects instead

support-firecloud

  • Travis CI: Travis CI Status
  • CircleCI CircleCI Status
  • Github Actions CI Github Actions CI Status

Software and configuration that support TobiiPro's Cloud Services development.

IMPORTANT: Almost all github.com/tobiipro repositories have support-firecloud as a git submodule. It is therefore important that you clone these repositories recursively, otherwise make will fail.

  • use git clone --recursive ...
  • or run git submodule update --init --recursive after cloning.

Documentation

Structure

  • /bin has executable shell scripts
  • /sh has common include shell scripts e.g. sourced from /bin shell scripts
  • /ci has scripts that help bootstrap a CI machine
  • /dev has scripts that help bootstrap a developer machine
  • /dockerfiles has Dockerfiles bootstrapped with support-firecloud
  • /generic has configuration that is not repo-specific
  • /repo has configuration that is repo-specific, for those repositories bootstrapped with support-firecloud

Writing

https://developers.google.com/tech-writing/overview

License

Apache-2.0