Skip to content

Commit

Permalink
windows build step to create loader
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Jul 11, 2017
1 parent fe36969 commit 84f35b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build/tfs/win32/1_build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ step "Install distro dependencies" {
}

step "Build minified" {
exec { & npm run gulp -- --max_old_space_size=4096 "vscode-win32-$global:arch-snapshots" }
exec { & npm run gulp -- --max_old_space_size=4096 "vscode-win32-$global:arch-min" }
}

step "Create loader snapshot" {
exec { & node build\lib\snapshotLoader.js }
}

step "Run unit tests" {
Expand Down

0 comments on commit 84f35b1

Please sign in to comment.