1 Star 0 Fork 4

carollia/generator

forked from FISCO-BCOS/generator 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 2.57 KB
一键复制 编辑 原始数据 按行查看 历史
Asher 提交于 2019-08-27 15:58 . rename sdk.crt (#99)
language: python
matrix:
include:
- name: "Scan code on Xenial Linux"
python: 3.6
dist: xenial
install:
- sudo apt-get -y install jq
script: |
bash .ci/code_security_audit.sh
- name: "Python 3.7 on Xenial Linux"
python: 3.7 # this works for Linux but is ignored on macOS or Windows
dist: xenial # required for Python >= 3.7
install:
- bash ./scripts/install.sh
script: |
bash .ci/ci_check.sh
- name: "Python 3.6 on Xenial Linux"
python: 3.6
dist: xenial
install:
- bash ./scripts/install.sh
script: |
bash .ci/ci_check.sh
- name: "Python 3.5 on Xenial Linux"
python: 3.5
dist: xenial
install:
- bash ./scripts/install.sh
script: |
bash .ci/ci_check.sh
- name: "Python 3.7 gm on Xenial Linux"
python: 3.7 # this works for Linux but is ignored on macOS or Windows
dist: xenial # required for Python >= 3.7
install:
- bash ./scripts/install.sh
script: |
bash .ci/ci_check_gm.sh
- name: "Python 3.6 gm on Xenial Linux"
python: 3.6
dist: xenial
install:
- bash ./scripts/install.sh
script: |
bash .ci/ci_check_gm.sh
- name: "Python 3.5 gm on Xenial Linux"
python: 3.5
dist: xenial
install:
- bash ./scripts/install.sh
script: |
bash .ci/ci_check_gm.sh
- name: "Python 3.7 one_click on Xenial Linux"
python: 3.7 # this works for Linux but is ignored on macOS or Windows
dist: xenial # required for Python >= 3.7
install:
- bash ./scripts/install.sh
script: |
bash .ci/ci_one_click.sh
- name: "Python 3.6 one_click on Xenial Linux"
python: 3.6
dist: xenial
install:
- bash ./scripts/install.sh
script: |
bash .ci/ci_one_click.sh
- name: "Python 3.5 one_click on Xenial Linux"
python: 3.5
dist: xenial
install:
- bash ./scripts/install.sh
script: |
bash .ci/ci_one_click.sh
# - name: "Python 2.7 on Xenial Linux"
# python: 2.7
# dist: xenial
# sudo: required
# install:
# - pip install configparser --user
# - bash .ci/download_bin.sh
# script: |
# bash .ci/ci_check.sh
addons:
apt:
packages:
- curl
- openssl
- git
# install:
# - bash ./scripts/install.sh
# # command to run tests
# script: |
# bash .ci/ci_check.sh
after_success:
after_failure:
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/carollia/generator.git
git@gitee.com:carollia/generator.git
carollia
generator
generator
master

搜索帮助