2 Star 0 Fork 0

mirrors_opencollective/netboot.xyz

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 848 Bytes
一键复制 编辑 原始数据 按行查看 历史
Antony Messerli 提交于 2019-11-27 22:13 . Remove notifications from travis
sudo: true
dist: xenial
language: c
before_install:
- openssl aes-256-cbc -K $encrypted_7d306b01dc1f_key -iv $encrypted_7d306b01dc1f_iv -in script/secrets.tar.enc -out script/secrets.tar -d
- tar xvf script/secrets.tar -C script/
- sudo apt-get update -qq
- sudo apt-get install -qq binutils-dev binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu genisoimage liblzma-dev syslinux syslinux-common isolinux
- sudo pip install awscli tornado
script:
- "./script/prep-release.sh"
deploy:
- provider: s3
access_key_id: $AWS_ACCESS_KEY_ID
secret_access_key: $AWS_SECRET_ACCESS_KEY
bucket: $BUCKET_BOOT
local_dir: build
skip_cleanup: true
on:
repo: antonym/netboot.xyz
after_deploy:
- aws configure set preview.cloudfront true
- aws cloudfront create-invalidation --distribution-id $CLOUDFRONT_DIST_ID_BOOT --paths "/*"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_opencollective/netboot.xyz.git
git@gitee.com:mirrors_opencollective/netboot.xyz.git
mirrors_opencollective
netboot.xyz
netboot.xyz
master

搜索帮助