1 Star 0 Fork 3.5K

helloword/iot-dc3

forked from 张红元/iot-dc3 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.travis.yml 892 Bytes
Copy Edit Raw Blame History
张红元 authored 2021-05-31 15:02 . 更新 GitHub Maven 仓库 Token
#
# Copyright 2016-2021 Pnoker. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
language: java
jdk:
- openjdk8
services:
- docker
before_install:
- sudo service mysql stop
branches:
only:
- master
install: mvn -s dc3/dependencies/maven/settings.xml package
script: mvn cobertura:cobertura
after_success:
- bash <(curl -s https://codecov.io/bash)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/lvzhuo1989/iot-dc3.git
git@gitee.com:lvzhuo1989/iot-dc3.git
lvzhuo1989
iot-dc3
iot-dc3
master

Search