Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-cloud-netflix
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
openSource
spring-cloud-netflix
Commits
c55caf42
Commit
c55caf42
authored
Mar 19, 2018
by
Ryan Baxter
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/1.4.x'
parents
ded5251d
722a626e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
27 deletions
+0
-27
circle.yml
circle.yml
+0
-27
No files found.
circle.yml
deleted
100644 → 0
View file @
ded5251d
general
:
branches
:
ignore
:
-
gh-pages
# list of branches to ignore
machine
:
java
:
version
:
oraclejdk8
environment
:
_JAVA_OPTIONS
:
"
-Xms1024m
-Xmx2048m"
dependencies
:
override
:
-
cd spring-cloud-netflix-hystrix-contract && ../mvnw clean install
-
./mvnw -s .settings.xml -U --fail-never dependency:go-offline ||
true
test
:
override
:
-
./mvnw -s .settings.xml clean org.jacoco:jacoco-maven-plugin:prepare-agent install -U -P sonar -nsu --batch-mode -Dmaven.test.redirectTestOutputToFile=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
post
:
-
find . -type f -regex ".*/spring-cloud-*.*/target/*.*" | cpio -pdm $CIRCLE_ARTIFACTS
-
mkdir -p $CIRCLE_TEST_REPORTS/junit/
-
find . -type f -regex ".*/target/.*-reports/.*" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
-
bash <(curl -s https://codecov.io/bash)
notify
:
webhooks
:
# A list of hook hashes, containing the url field
# gitter hook
-
url
:
https://webhooks.gitter.im/e/22e6bb4eb945dd61ba54
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