forked from betaflight/betaflight-configurator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ea20c4
commit 4a4246f
Showing
1 changed file
with
2 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,14 +51,8 @@ jobs: | |
versionSpec: '10.16.3' | ||
displayName: 'Install Node.js' | ||
|
||
- script: npm install -g [email protected] | ||
displayName: 'Install NPM' | ||
|
||
- script: npm install -g gulp | ||
displayName: 'Install Gulp' | ||
|
||
- script: npm install | ||
displayName: 'Run npm install' | ||
- script: yarn install | ||
displayName: 'Run yarn install' | ||
|
||
- script: gulp release --linux32 --linux64 | ||
displayName: 'run gulp release' | ||
|