Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
apollo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
apollo
Commits
1acb1de5
Commit
1acb1de5
authored
Apr 04, 2020
by
Jason Song
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove coverity and coveralls to speed up the ci
parent
251cad3f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
24 deletions
+14
-24
.github/workflows/build.yml
.github/workflows/build.yml
+3
-3
.travis.yml
.travis.yml
+10
-16
README.md
README.md
+0
-4
pom.xml
pom.xml
+1
-1
No files found.
.github/workflows/build.yml
View file @
1acb1de5
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name
:
build
name
:
github-ci
on
:
push
:
...
...
@@ -31,7 +31,7 @@ jobs:
restore-keys
:
${{ runner.os }}-m2
-
name
:
Build SDK with JDK
7
if
:
matrix.jdk == '7'
run
:
mvn clean compile -pl apollo-client,apollo-mockserver,apollo-openapi -am
run
:
mvn clean compile -pl apollo-client,apollo-mockserver,apollo-openapi -am
-Dmaven.gitcommitid.skip=true
-
name
:
Full Build
if
:
matrix.jdk != '7'
run
:
mvn clean compile
run
:
mvn clean compile
-Dmaven.gitcommitid.skip=true
.travis.yml
View file @
1acb1de5
...
...
@@ -4,18 +4,23 @@ jdk:
notification
:
email
:
recipients
:
-
song_s@ctrip.com,zhanglea@ctrip
.com
on_success
:
always
-
nobodyiam@gmail.com,lepdou@gmail
.com
on_success
:
change
on_failure
:
always
before_install
:
-
pip install --user codecov
install
:
-
mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
before_script
:
-
echo "MAVEN_OPTS='-Xms1024m -Xmx3072m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=384m'" > ~/.mavenrc
before_install
:
-
pip install --user codecov
script
:
-
mvn clean test jacoco:report
after_success
:
-
mvn clean test jacoco:report coveralls:report
-
codecov
branches
:
...
...
@@ -24,19 +29,8 @@ branches:
env
:
global
:
-
secure
:
"
DYJkJ7ArGJuIyTJsmjvUAJRyUKXEaGFWYZFAGZq6vxbrMN3tThz7drfNhhvP2YE7hdS7YX7hZBWVQEnNR+pBN+ykQFx7TpLr311eEk2/Yy3G5qegeHMsgqYXfAp3FFpYlE6Kr3Dcf4kFSWtRi735kSo5oHicoaxbyWENgmKT+uQjYERKhDXEoenMaDpcf8WO8KARzxI1cXf69ECnYP2rzNOfkNW4IGjTcJnplXPZ9BNBRn3WfyPwEHlemETAMwJxJXolNM9qn1bDBTB/35yJrneQY/pYp9Q8PbQID2lNJu7PFKYaI9mvsKHUgxjbzsC29zlMY94pDr6sQtr7IA0dSuk+qO2tEqAStTwRI5JOcozLAslTMNnUn6HLvy0/Kkq1TL+JrIohoRD58F34SzjcnuB4w0/GCWGU4BMSbzPwHsgQZM4lkHDWv+w1OSwP3dgCFI/vYYr9xNV0zqTgyZ9ITkMZPL0wOh0DZ7Bxxm80wyHfJuRwywemMtzitgjPR4BKENbpcoGN4lcKWciksAuiyX+dedOPfGoOWfnIKh1g7yeVB84LMggCSad/9cqnYf2Sm8xSyVzNmyhSOy2Ocy40RDas2uHIK3/QPy56Le/t1LD2On/x1TZBIoSavedNYA5N54s/ZCDZOcepUMvlwtjgnx/SMjU85ZLKCcliPGdTWws="
-
"
MAVEN_OPTS=-Xms1024m
-Xmx3072m
-XX:MetaspaceSize=128m
-XX:MaxMetaspaceSize=384m"
addons
:
coverity_scan
:
project
:
name
:
"
ctripcorp/apollo"
description
:
"
Build
submitted
via
Travis
CI"
notification_email
:
song_s@ctrip.com,zhanglea@ctrip.com
build_command_prepend
:
"
mvn
clean"
build_command
:
"
mvn
-DskipTests=true
compile"
branch_pattern
:
master
cache
:
directories
:
-
$HOME/.m2
README.md
View file @
1acb1de5
...
...
@@ -5,10 +5,6 @@
[

](https://travis-ci.org/ctripcorp/apollo)
[

](https://github.com/ctripcorp/apollo/releases)
[

](https://mvnrepository.com/artifact/com.ctrip.framework.apollo/apollo-client)
[

](https://coveralls.io/github/ctripcorp/apollo?branch=master)
<a
href=
"https://scan.coverity.com/projects/ctripcorp-apollo"
>
<img
alt=
"Coverity Scan Build Status"
src=
"https://img.shields.io/coverity/scan/8244.svg"
/>
</a>
[

](https://codecov.io/github/ctripcorp/apollo?branch=master)
[

](https://opensource.org/licenses/Apache-2.0)
...
...
pom.xml
View file @
1acb1de5
...
...
@@ -552,7 +552,7 @@
<plugin>
<groupId>
pl.project13.maven
</groupId>
<artifactId>
git-commit-id-plugin
</artifactId>
<version>
2.2.
0
</version>
<version>
2.2.
6
</version>
<executions>
<execution>
<goals>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment