2 Star 0 Fork 0

happycoding/happycode-audio

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 709 Bytes
一键复制 编辑 原始数据 按行查看 历史
南京老油条 提交于 2022-01-18 16:07 +08:00 . init
language: node_js
node_js:
- 8
- node
env:
matrix:
- NPM_SCRIPT="tap -- --jobs=4"
cache:
directories:
- node_modules
script: npm run $NPM_SCRIPT
jobs:
include:
- env: NPM_SCRIPT=build
node_js: 8
if: not (branch in (master, develop) and type != pull_request)
- env: NPM_SCRIPT=lint
node_js: 8
- stage: release
node_js: 8
env: NPM_SCRIPT=build
before_deploy:
- npm --no-git-tag-version version 0.1.0-prerelease.$(date +%Y%m%d%H%M%S)
deploy:
- provider: npm
on:
all_branches: true
skip_cleanup: true
email: $NPM_EMAIL
api_key: $NPM_TOKEN
stages:
- test
- name: release
if: branch in (master, develop) and type != pull_request
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/happycoding-cx/happycode-audio.git
git@gitee.com:happycoding-cx/happycode-audio.git
happycoding-cx
happycode-audio
happycode-audio
master

搜索帮助