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

Unified Diff: run-continuous-integration.sh

Issue 2092943002: Remove files for drone.io (Closed) Base URL: git@github.com:chromium/dom-distiller.git@master
Patch Set: Created 4 years, 6 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: run-continuous-integration.sh
diff --git a/run-continuous-integration.sh b/run-continuous-integration.sh
deleted file mode 100755
index e445c7159c4284fd840c652e3d844380452d9273..0000000000000000000000000000000000000000
--- a/run-continuous-integration.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-set -e
-set -x
-
-git log --oneline -n 5
-sudo ./install-build-deps.sh
-sudo start xvfb || true
-sudo ant test -Dtest.shuffle=1 -Dtest.repeat=10 -Dtest.no_sandbox=1
-sudo ant package
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698