1 Star 0 Fork 62

咕噜-4 / hustoj

forked from zhblue / hustoj 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 941 Bytes
一键复制 编辑 原始数据 按行查看 历史
木鱼 提交于 2019-11-13 18:42 . fix: gitee 过慢导致超时
language: minimal
services:
- docker
jobs:
include:
- stage: build deb
if: tag IS present
before_install:
- docker pull woodenfish42/hustoj-deb-debian8
- docker pull woodenfish42/hustoj-deb-ubuntu18
script:
- docker run -v `pwd`/deb:/tmp/deb woodenfish42/hustoj-deb-debian8 sh -c "TRAVIS_TAG=$TRAVIS_TAG DISTRIBUTION=debian8 /root/build.sh"
- docker run -v `pwd`/deb:/tmp/deb woodenfish42/hustoj-deb-ubuntu18 sh -c "TRAVIS_TAG=$TRAVIS_TAG DISTRIBUTION=ubuntu18 /root/build.sh"
deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
file_glob: true
file: deb/*
skip_cleanup: true
on:
tags: true
- stage: sync to gitee
if: branch = master
script:
- git fetch --unshallow
- git gc --prune=now
- travis_wait 30 git push --force https://zhblue:$GITEE_PASSWORD@gitee.com/zhblue/hustoj.git master
PHP
1
https://gitee.com/repo04/hustoj.git
git@gitee.com:repo04/hustoj.git
repo04
hustoj
hustoj
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891