1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/microsoft-sanddance

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
azure-pipelines.yml 922 Байты
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Dan Marshall Отправлено 30.01.2021 05:10 653798c
# 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:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- task: NodeTool@0
inputs:
versionSpec: '12.x'
displayName: 'Install Node.js'
- script: |
npm install
npm run bootstrap
displayName: 'npm install'
- task: ComponentGovernanceComponentDetection@0
inputs:
scanType: 'Register'
verbosity: 'Verbose'
alertWarningLevel: 'High'
- script: |
npm run build:sanddance-core
displayName: 'npm build:sanddance-core'
- script: |
npm run build:sanddance-integration
displayName: 'npm build:sanddance-integration'
- script: |
npm run build:sanddance-integration-python
displayName: 'npm build:sanddance-integration-python'
- script: |
npm test
displayName: 'npm test'

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/microsoft-sanddance.git
git@api.gitlife.ru:oschina-mirror/microsoft-sanddance.git
oschina-mirror
microsoft-sanddance
microsoft-sanddance
master