1 Star 0 Fork 1.2K

kf / iotStudio

forked from dgiot开源社区 / iotStudio 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
azure-pipelines.yml 447 Bytes
Copy Edit Raw Blame History
尤雨溪 authored 2022-06-01 17:01 . :new:master('deploy')
# 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: '10.x'
displayName: 'Install Node.js'
- script: |
npm install
npm run build
displayName: 'npm install and build'
JavaScript
1
https://gitee.com/kfaw/iotStudio.git
git@gitee.com:kfaw/iotStudio.git
kfaw
iotStudio
iotStudio
master

Search