mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01:00
Deleted azure-pipelines.yml
This commit is contained in:
parent
792fc54fa7
commit
bb6780c318
@ -1,38 +0,0 @@
|
|||||||
# Node.js
|
|
||||||
# Build a general Node.js project with npm.
|
|
||||||
# Add steps that analyze code, save build artifacts, deploy, and more:
|
|
||||||
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
branches:
|
|
||||||
include:
|
|
||||||
- '*'
|
|
||||||
exclude:
|
|
||||||
- l10n_master
|
|
||||||
|
|
||||||
pool:
|
|
||||||
vmImage: 'vs2017-win2016'
|
|
||||||
|
|
||||||
name: $(Rev:r)
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- task: NodeTool@0
|
|
||||||
inputs:
|
|
||||||
versionSpec: '10.x'
|
|
||||||
displayName: 'Install Node.js'
|
|
||||||
|
|
||||||
- powershell: |
|
|
||||||
choco install cloc --no-progress
|
|
||||||
cloc --include-lang TypeScript,JavaScript,HTML,Sass,CSS --vcs git
|
|
||||||
displayName: 'Cloc'
|
|
||||||
|
|
||||||
- script: |
|
|
||||||
node --version
|
|
||||||
call npm --version
|
|
||||||
displayName: 'Version checks'
|
|
||||||
|
|
||||||
- script: call npm install
|
|
||||||
displayName: 'npm install'
|
|
||||||
|
|
||||||
- script: call npm run build
|
|
||||||
displayName: 'npm run build'
|
|
Loading…
Reference in New Issue
Block a user