SAP Spartacus基于travis的持续集成
生活随笔
收集整理的這篇文章主要介紹了
SAP Spartacus基于travis的持续集成
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
.travis.yml文件的內(nèi)容:
dist: bionic language: node_js node_js:- 12.16.1 cache: yarn git:depth: false branches:only:- develop- master- "/^feature\\/.*$/"- "/^hotfix\\/.*$/"- "/^release\\/.*$/"- "/^doc\\/.*$/"- "/^epic\\/.*$/" env:- TEST_SUITE="./build.sh sonar"- TEST_SUITE="./ci-scripts/e2e-cypress.sh" script: $TEST_SUITE deploy:provider: scriptskip_cleanup: truescript: bash scripts/publish-builds.shon:branch: develop notifications:email:on_failure: alwayson_success: change addons:chrome: stablesonarcloud:organization: sapThen commit your changes and push them to your repository.
Last step: Sign up for Travis CI and add your project. You’ll need to push a new commit to trigger a build.
總結(jié)
以上是生活随笔為你收集整理的SAP Spartacus基于travis的持续集成的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: vn怎么加转场
- 下一篇: Angular rxjs源代码分析:ra