1 Star 0 Fork 0

海扩宏业 / ovirt-engine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.09 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
language: java
jdk:
- openjdk8
services:
- postgresql
install: true
before_script:
- psql -U postgres -d template1 -c "create database engine_dao_tests owner postgres;"
- psql -U postgres -d engine_dao_tests -c "create extension if not exists \"uuid-ossp\";"
- sudo rm -rf /etc/securetty # Work around ServletUtilsTest test
script:
- "./packaging/dbscripts/schema.sh -d engine_dao_tests -u postgres -c apply"
- for i in `seq 1 60`; do sleep 60; echo 'keep alive'; done & mvn --quiet clean org.jacoco:jacoco-maven-plugin:prepare-agent install -P enable-dao-tests sonar:sonar -Dsonar.host.url=https://sonarqube.com -Dsonar.login=$SONAR_TOKEN -Dengine.db.username=postgres -Dengine.db.password
env:
global:
secure: kgBwT3IHk1vg1PHD4KKqkIOFlv4MGkOA+IK+nsTbPRJEvWpzZSgpHLuL+/2YuB4tntNMMj3LHwPTSJmaGLRdxaSjjv0MfzQA/fudLqTJ+FL3MuA++YcLSfjj6wj1dlMRj+0vYgCQcBMKTktDhGMdE6gUh42AQBzywqe1IcnX5Qs=
addons:
postgresql: "9.5"
apt:
packages:
- postgresql-contrib-9.5
cache:
directories:
- $HOME/.m2
before_cache:
- rm -rf $HOME/.m2/repository/org/ovirt/
branches:
only:
- master
1
https://gitee.com/hikrosoft/ovirt-engine.git
git@gitee.com:hikrosoft/ovirt-engine.git
hikrosoft
ovirt-engine
ovirt-engine
master

搜索帮助