mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Don't bootstrap twice on build providers
This commit is contained in:
@@ -16,7 +16,6 @@ install:
|
||||
- nvm install $NODE_VERSION
|
||||
- nvm use --delete-prefix $NODE_VERSION
|
||||
- npm install -g npm
|
||||
- script/bootstrap
|
||||
- script/build --create-debian-package --create-rpm-package --compress-artifacts
|
||||
|
||||
script: true
|
||||
|
||||
@@ -21,7 +21,6 @@ install:
|
||||
|
||||
build_script:
|
||||
- cd %APPVEYOR_BUILD_FOLDER%
|
||||
- script\bootstrap.cmd
|
||||
- script\build.cmd --code-sign --create-windows-installer --compress-artifacts
|
||||
|
||||
test: off
|
||||
|
||||
@@ -24,7 +24,6 @@ dependencies:
|
||||
- npm install -g npm
|
||||
|
||||
override:
|
||||
- script/bootstrap
|
||||
- script/build --code-sign --compress-artifacts
|
||||
|
||||
cache_directories:
|
||||
|
||||
Reference in New Issue
Block a user