mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
add linux build step, remove gulp tasks
This commit is contained in:
@@ -30,8 +30,11 @@ step "Install distro dependencies" \
|
||||
step "Build minified" \
|
||||
npm run gulp -- --max_old_space_size=4096 "vscode-linux-$ARCH-min"
|
||||
|
||||
step "Create loader snapshot"
|
||||
node build/lib/snapshotLoader.js
|
||||
|
||||
step "Run unit tests" \
|
||||
./scripts/test.sh --build --reporter dot
|
||||
|
||||
step "Publish release" \
|
||||
./build/tfs/linux/release.sh
|
||||
./build/tfs/linux/release.sh
|
||||
|
||||
Reference in New Issue
Block a user