Title: [161355] trunk/Tools
Revision
161355
Author
[email protected]
Date
2014-01-06 11:19:36 -0800 (Mon, 06 Jan 2014)

Log Message

Set VSINSTALLDIR in win ews start script.
https://bugs.webkit.org/show_bug.cgi?id=126407

Reviewed by Brent Fulgham.

* EWSTools/start-queue-win.sh:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (161354 => 161355)


--- trunk/Tools/ChangeLog	2014-01-06 19:01:30 UTC (rev 161354)
+++ trunk/Tools/ChangeLog	2014-01-06 19:19:36 UTC (rev 161355)
@@ -1,3 +1,12 @@
+2014-01-02  Roger Fong  <[email protected]>
+
+        Set VSINSTALLDIR in win ews start script.
+        https://bugs.webkit.org/show_bug.cgi?id=126407
+
+        Reviewed by Brent Fulgham.
+
+        * EWSTools/start-queue-win.sh:
+
 2014-01-06  Bem Jones-Bey  <[email protected]>
 
         Adding myself as a reviewer.

Modified: trunk/Tools/EWSTools/start-queue-win.sh (161354 => 161355)


--- trunk/Tools/EWSTools/start-queue-win.sh	2014-01-06 19:01:30 UTC (rev 161354)
+++ trunk/Tools/EWSTools/start-queue-win.sh	2014-01-06 19:19:36 UTC (rev 161355)
@@ -22,6 +22,7 @@
         find ~/win-ews-logs -mtime +7 -exec rm -f {} \;
         echo "TASK: Starting up"
         cd ~/WebKit
+        export VSINSTALLDIR="$PROGRAMFILES\Microsoft Visual Studio 12.0"
         echo "TASK: Cleaning WebKitBuild"
         rm -rf WebKitBuild
         date
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to