blob: 6692ae6d58aafb6674d0fe36de81cb10ceccecac [file] [log] [blame] [edit]
# Copyright 2018 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
build:
go build ./...
deploy-staging:
gae.py upload -x -f -A chromium-build-stats-staging --app-dir app
deploy-prod:
gae.py upload -x -f -A chromium-build-stats --app-dir app
test:
go test ./...