andreineculau / support-firecloud

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Shell 66.3%Language:Makefile 26.7%Language:JavaScript 4.3%Language:Python 1.5%Language:Ruby 1.0%Language:Dockerfile 0.2%