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
90a514d9
Commit
90a514d9
authored
Mar 19, 2018
by
Ryan Baxter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove old circle config
parent
3a5e12b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
26 deletions
+0
-26
circle.yml
circle.yml
+0
-26
No files found.
circle.yml
deleted
100644 → 0
View file @
3a5e12b8
general
:
branches
:
ignore
:
-
gh-pages
# list of branches to ignore
machine
:
java
:
version
:
oraclejdk8
environment
:
_JAVA_OPTIONS
:
"
-Xms1024m
-Xmx2048m"
dependencies
:
override
:
-
./mvnw -s .settings.xml -U --fail-never dependency:go-offline ||
true
test
:
override
:
-
./mvnw -s .settings.xml clean install 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