Skip to content

Commit

Permalink
Travis test microsoft#3
Browse files Browse the repository at this point in the history
  • Loading branch information
jbondc committed Feb 19, 2015
1 parent f4d098a commit f68fde1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Jakefile
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ function compileFile(outFile, sources, prereqs, prefixes, useBuiltCompiler, noOu

if (outDir) {
options += " --outDir " + outDir;
jake.mkdirP(outDir);
}

if (!noOutFile) {
Expand Down Expand Up @@ -327,7 +326,7 @@ var nodeDefinitionsFile = path.join(builtLocalDirectory, "typescript.d.ts");
var standaloneDefinitionsFile = path.join(builtLocalDirectory, "typescriptServices.d.ts");
var internalNodeDefinitionsFile = path.join(builtLocalDirectory, "typescript_internal.d.ts");
var internalStandaloneDefinitionsFile = path.join(builtLocalDirectory, "typescriptServices_internal.d.ts");
var tempDirPath = path.join(builtLocalDirectory, "temptempdir");
var tempDirPath = path.join(__dirname, builtLocalDirectory, "temptempdir");
compileFile(nodeDefinitionsFile, servicesSources,[builtLocalDirectory, copyright].concat(servicesSources),
/*prefixes*/ undefined,
/*useBuiltCompiler*/ true,
Expand Down Expand Up @@ -487,7 +486,7 @@ function cleanTestDirs() {
}

jake.mkdirP(localRwcBaseline);
jake.mkdirP(localTest262Baseline);
jake.mkdirP(localTest262Baseline);
jake.mkdirP(localBaseline);
}

Expand Down

0 comments on commit f68fde1

Please sign in to comment.