1 Star 0 Fork 0

凌云文档/alfresco-js-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
language: node_js
dist: bionic
node_js:
- "14.15.4"
addons:
chrome: stable
services:
- xvfb
branches:
only:
- master
- develop
- /.*old-env.*/
- /.*next-release.*/
- /.*beta.*/
- /.*greenkeeper.*/
before_script:
- PATH=${PATH//:\.\/node_modules\/\.bin/}
env:
matrix:
- MODULE=jsapi
install:
- npm install
jobs:
include:
- stage: Lint
name: Lint
script: ./scripts/lint.sh
- stage: Build
name: Build
script: ./scripts/build.sh || exit 1
- stage: Test
name: Test
script:
- npm run test || exit 1 /
- npm run coverage
- stage: Perfomance
name: Perfomance
script: ./scripts/test-performance.sh || exit 1
- stage: Integration
name: Integration
script: ./scripts/test-integration.sh || exit 1
- stage: Release
name: Release
if: (type = push OR type = cron OR type = api) AND tag IS blank
script:
- ./scripts/build.sh || exit 1
- ./scripts/publish.sh
- stage: Release Tag
if: branch = master AND type = push OR (tag =~ .*beta.*)
script: ./scripts/git-tag.sh
- stage: Trigger ADF alpha
name: Trigger ADF alpha
if: (branch = develop) AND (type = cron OR type = api)
script: ./scripts/update-project.sh -p $TRAVIS_BUILD_NUMBER -t $GITHUB_TOKEN -v alpha
- stage: Trigger ADF beta
name: Trigger ADF beta
if: tag =~ .*beta.* AND type = push
script: ./scripts/update-project.sh -p $TRAVIS_BUILD_NUMBER -t $GITHUB_TOKEN -v beta
cache:
directories:
- dist
- node_modules
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xinyichv/alfresco-js-api.git
git@gitee.com:xinyichv/alfresco-js-api.git
xinyichv
alfresco-js-api
alfresco-js-api
develop

搜索帮助

0d507c66 1850385 C8b1a773 1850385