Skip to content

Instantly share code, notes, and snippets.

@adamf
Last active November 5, 2017 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamf/4a86b3278c77b0d4b62fb00ed8d89d83 to your computer and use it in GitHub Desktop.
Save adamf/4a86b3278c77b0d4b62fb00ed8d89d83 to your computer and use it in GitHub Desktop.
machine:
xcode:
version: 8.3
dependencies:
override:
- source bin/setup_dev_env.sh
compile:
override:
- ./bin/gsbazel build :all-services
test:
pre:
- ./bin/gsbazel run deploy:setup-kube-minikube
- ./bin/gsbazel run deploy:deploy-to-minikube
override:
- bash client/build.sh test
deployment:
testing:
branch: /.*?/
commands:
- ./bin/gsbazel run deploy:deploy-to-test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment