For specs, build atom locally in ./atom-build (instead of in /tmp directory)

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-07-23 16:49:23 -07:00
parent 4744c1cb34
commit 74032f2bdf

View File

@@ -3,7 +3,8 @@ require 'fileutils'
$ATOM_ARGS = []
ENV['PATH'] = "#{ENV['PATH']}:/usr/local/bin/"
BUILD_DIR = '/tmp/atom-build'
BUILD_DIR = 'atom-build'
mkdir_p BUILD_DIR
desc "Build Atom via `xcodebuild`"
task :build => :"verify-prerequisites" do