mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
initial changes for web packaging
This commit is contained in:
parent
f26e9dcf89
commit
e77b718dd2
4 changed files with 37 additions and 29 deletions
|
@ -13,8 +13,8 @@ pr:
|
|||
- '*'
|
||||
|
||||
jobs:
|
||||
- job: main_build
|
||||
displayName: 'Main Build'
|
||||
- job: build
|
||||
displayName: 'Build'
|
||||
|
||||
dependsOn: lint
|
||||
condition: succeeded()
|
||||
|
@ -22,6 +22,14 @@ jobs:
|
|||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
bundle:
|
||||
BuildConfiguration: Bundle
|
||||
standalone:
|
||||
BuildConfiguration: Standalone
|
||||
maxParallel: 2
|
||||
|
||||
steps:
|
||||
- task: NodeTool@0
|
||||
displayName: 'Install Node'
|
||||
|
@ -65,6 +73,5 @@ jobs:
|
|||
- script: 'yarn run lint'
|
||||
displayName: 'Run ESLint'
|
||||
|
||||
- script: |
|
||||
yarn run stylelint
|
||||
displayName: 'Run stylelint'
|
||||
- script: 'yarn run stylelint'
|
||||
displayName: 'Run Stylelint'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue