aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2017-03-18 17:48:13 +0000
committerMarco Poletti <poletti.marco@gmail.com>2017-03-18 17:48:13 +0000
commit42a37e169f5e3354dc72d34547e5d5dc77ec8bd9 (patch)
tree62e07132d824bc3832d4fbc6a85111457f3af215 /appveyor.yml
parenta5fcc710a799e63e7c2163f7d9b12c3e1c93294d (diff)
downloadgoogle-fruit-42a37e169f5e3354dc72d34547e5d5dc77ec8bd9.tar.gz
Try running postsubmit.bat with CALL instead of directly, to see if that works.
Also add some echo statements in postsubmit.bat to help distinguish the various phases.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 8df60fe..1913b1c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,4 +20,4 @@ environment:
install:
- cmd: setx PATH "%PATH:C:\Program Files\Git\usr\bin;=%"
build_script:
-- cmd: C:\Fruit\extras\scripts\postsubmit.bat
+- cmd: CALL C:\Fruit\extras\scripts\postsubmit.bat