Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Side by Side Diff: appengine/swarming/ui/Makefile

Issue 2419613002: Add basic swarming UI tests
Patch Set: Make sure symlink isn't followed for uploading Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « appengine/swarming/ui/.gitignore ('k') | appengine/swarming/ui/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The LUCI Authors. All rights reserved. 1 # Copyright 2016 The LUCI Authors. All rights reserved.
2 # Use of this source code is governed by the Apache v2.0 license that can be 2 # Use of this source code is governed by the Apache v2.0 license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # Set up the local directory to run the demo pages. 5 # Set up the local directory to run the demo pages.
6 6
7 default: 7 default:
8 bower install 8 bower install
9 9
10 # Run a local HTTP server for the demo pages. 10 # Run a local HTTP server for the demo pages.
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 .PHONY: local_deploy 73 .PHONY: local_deploy
74 local_deploy: vulcanize 74 local_deploy: vulcanize
75 ../tools/start_servers.py 75 ../tools/start_servers.py
76 76
77 .PHONY: debug_local_deploy 77 .PHONY: debug_local_deploy
78 debug_local_deploy: debug_build 78 debug_local_deploy: debug_build
79 ../tools/start_servers.py 79 ../tools/start_servers.py
80 80
81 .PHONY: debug_dev_deploy 81 .PHONY: debug_dev_deploy
82 debug_dev_deploy: debug_build 82 debug_dev_deploy: debug_build
83 » ../tools/gae upl -A chromium-swarm-dev 83 » ../tools/gae upl -A chromium-swarm-dev
84
85 .PHONY: test
86 test: debug_build
87 » -ln ./res/imp/bower_components/ bower_components -s
88 » wct
OLDNEW
« no previous file with comments | « appengine/swarming/ui/.gitignore ('k') | appengine/swarming/ui/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698