blob: 120ce1b983f69911102776c915ced32ea834d96e [file] [log] [blame]
name: luci-go/milo
extends: ../gae.yaml
inputsdir: ../../milo
build:
# This builds the frontend code updating ${inputsdir}/ui/out.
- run: ['make', 'release']
cwd: ${inputsdir}/ui
# This packages all Go code with its dependencies into _gopath/src/... It
# follows the symlinks in luci-go to pick up the built frontend code from
# resultui/out.
- go_gae_bundle: ${inputsdir}/app.yaml
dest: ${contextdir}/milo