1 Star 1 Fork 0

li736204060 / 未来航天工具包KSP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 1016 Bytes
一键复制 编辑 原始数据 按行查看 历史
ChrisAdderley 提交于 2019-04-15 15:21 . Disable compression test
language: python
python:
- 3.6
install:
- pip install awscli boto3 requests
branches:
only:
- master
script:
- git clone https://github.com/post-kerbin-mining-corporation/build-deploy.git # clone this repo, it contains the stuff that does the heavy lifting
- cd build-deploy
- git checkout master
- cd ..
- python build-deploy/src/package.py --f ".mod_data.yml" # Build package
before_deploy:
- python build-deploy/src/stage.py --f ".mod_data.yml" # Run the staging script
deploy:
- provider: script
script: python build-deploy/src/deploy.py --f ".mod_data.yml" # Deploy package to spacedock, curse, github
skip_cleanup: true
on:
branch: master
- provider: s3 # releases to S3
access_key_id: $AWS_ACCESS_KEY_ID
secret_access_key: $AWS_SECRET_ACCESS_KEY
bucket: "nertea-ksp-modding-releases"
local_dir: deploy/NearFutureProps
skip_cleanup: true
acl: public_read
region: us-east-2
upload-dir: near-future-props
on:
branch: master
1
https://gitee.com/li736204060/future_space_kit_ksp.git
git@gitee.com:li736204060/future_space_kit_ksp.git
li736204060
future_space_kit_ksp
未来航天工具包KSP
master

搜索帮助